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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/AtomicString.cpp

Issue 2764243002: Move files in wtf/ to platform/wtf/ (Part 9). (Closed)
Patch Set: Rebase. Created 3 years, 9 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: third_party/WebKit/Source/platform/wtf/text/AtomicString.cpp
diff --git a/third_party/WebKit/Source/wtf/text/AtomicString.cpp b/third_party/WebKit/Source/platform/wtf/text/AtomicString.cpp
similarity index 94%
rename from third_party/WebKit/Source/wtf/text/AtomicString.cpp
rename to third_party/WebKit/Source/platform/wtf/text/AtomicString.cpp
index e91194b36fb80bf2ccfab5783b000b8f38787409..f1782f54d4db4a50007af23d706c46f44c880ac2 100644
--- a/third_party/WebKit/Source/wtf/text/AtomicString.cpp
+++ b/third_party/WebKit/Source/platform/wtf/text/AtomicString.cpp
@@ -21,12 +21,12 @@
*
*/
-#include "wtf/text/AtomicString.h"
+#include "platform/wtf/text/AtomicString.h"
-#include "wtf/dtoa.h"
-#include "wtf/text/AtomicStringTable.h"
-#include "wtf/text/IntegerToStringConversion.h"
-#include "wtf/text/StringImpl.h"
+#include "platform/wtf/dtoa.h"
+#include "platform/wtf/text/AtomicStringTable.h"
+#include "platform/wtf/text/IntegerToStringConversion.h"
+#include "platform/wtf/text/StringImpl.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698