summaryrefslogtreecommitdiffstats
path: root/WebKit/android/wds/Command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/android/wds/Command.cpp')
-rw-r--r--WebKit/android/wds/Command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/wds/Command.cpp b/WebKit/android/wds/Command.cpp
index 7f2046e..bd8536f 100644
--- a/WebKit/android/wds/Command.cpp
+++ b/WebKit/android/wds/Command.cpp
@@ -27,7 +27,6 @@
#include "config.h"
#include "AndroidLog.h"
-#include "CString.h"
#include "Command.h"
#include "Connection.h"
#include "DebugServer.h"
@@ -36,6 +35,7 @@
#include "RenderView.h"
#include "WebViewCore.h"
#include <utils/Log.h>
+#include <wtf/text/CString.h>
#if ENABLE(WDS)