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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/AtomicStringCF.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/AtomicStringCF.cpp
diff --git a/third_party/WebKit/Source/wtf/text/AtomicStringCF.cpp b/third_party/WebKit/Source/platform/wtf/text/AtomicStringCF.cpp
similarity index 94%
rename from third_party/WebKit/Source/wtf/text/AtomicStringCF.cpp
rename to third_party/WebKit/Source/platform/wtf/text/AtomicStringCF.cpp
index 981c40de38e8b0907a52c9574d18d7aadb68aa49..6f89782ca76049e1ed693028304d1859e64eb854 100644
--- a/third_party/WebKit/Source/wtf/text/AtomicStringCF.cpp
+++ b/third_party/WebKit/Source/platform/wtf/text/AtomicStringCF.cpp
@@ -23,13 +23,13 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "wtf/text/AtomicString.h"
+#include "platform/wtf/text/AtomicString.h"
-#include "wtf/text/AtomicStringTable.h"
+#include "platform/wtf/text/AtomicStringTable.h"
#if OS(MACOSX)
-#include "wtf/text/CString.h"
+#include "platform/wtf/text/CString.h"
#include <CoreFoundation/CoreFoundation.h>
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698