Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(409)

Unified Diff: Source/common/WebString.cpp

Issue 15079005: Create a minimal webkit_common static library for use in browser process (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/common/WebString.cpp
diff --git a/Source/core/platform/chromium/support/WebString.cpp b/Source/common/WebString.cpp
similarity index 95%
rename from Source/core/platform/chromium/support/WebString.cpp
rename to Source/common/WebString.cpp
index 64847e3d50ef315c7631a10f7db43d303a8e835a..4a837973f18c13c5ff0c7585603f890baf943051 100644
--- a/Source/core/platform/chromium/support/WebString.cpp
+++ b/Source/common/WebString.cpp
@@ -29,12 +29,12 @@
*/
#include "config.h"
-#include "public/platform/WebString.h"
+#include "public/common/WebString.h"
-#include "public/platform/WebCString.h"
-#include <wtf/text/AtomicString.h>
-#include <wtf/text/CString.h>
-#include <wtf/text/WTFString.h>
+#include "public/common/WebCString.h"
+#include "wtf/text/AtomicString.h"
+#include "wtf/text/CString.h"
+#include "wtf/text/WTFString.h"
namespace WebKit {

Powered by Google App Engine
This is Rietveld 408576698