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

Unified Diff: Source/common/WebCString.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/WebCString.cpp
diff --git a/Source/core/platform/chromium/support/WebCString.cpp b/Source/common/WebCString.cpp
similarity index 96%
rename from Source/core/platform/chromium/support/WebCString.cpp
rename to Source/common/WebCString.cpp
index c49f9a41f906443b95396ff6a0acbdcac63afdeb..c9e81fd5d98df1038978b252d4d2943581bb0efb 100644
--- a/Source/core/platform/chromium/support/WebCString.cpp
+++ b/Source/common/WebCString.cpp
@@ -30,10 +30,10 @@
*/
#include "config.h"
-#include "public/platform/WebCString.h"
+#include "public/common/WebCString.h"
-#include "public/platform/WebString.h"
-#include <wtf/text/CString.h>
+#include "public/common/WebString.h"
+#include "wtf/text/CString.h"
namespace WebKit {

Powered by Google App Engine
This is Rietveld 408576698