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

Unified Diff: third_party/WebKit/Source/core/CoreExport.h

Issue 2818083002: Rewrite references to "wtf/" to "platform/wtf/" in the rest of core/. (Closed)
Patch Set: Rebase. Created 3 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/CoreInitializer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/CoreExport.h
diff --git a/third_party/WebKit/Source/core/CoreExport.h b/third_party/WebKit/Source/core/CoreExport.h
index 6767b0be2a38c99d502fccb574525c3cdca89003..83cb16f07e0f5b6fd3174146d361b1787b1ff3fd 100644
--- a/third_party/WebKit/Source/core/CoreExport.h
+++ b/third_party/WebKit/Source/core/CoreExport.h
@@ -5,7 +5,7 @@
#ifndef CoreExport_h
#define CoreExport_h
-#include "wtf/Compiler.h"
+#include "platform/wtf/Compiler.h"
#if defined(COMPONENT_BUILD)
#if defined(WIN32)
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/CoreInitializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698