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

Unified Diff: third_party/WebKit/Source/platform/Language.h

Issue 2810413002: Rewrite references to "wtf/" to "platform/wtf/" in the rest of platform/. (Closed)
Patch Set: 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 | « third_party/WebKit/Source/platform/KillRing.h ('k') | third_party/WebKit/Source/platform/Language.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/Language.h
diff --git a/third_party/WebKit/Source/platform/Language.h b/third_party/WebKit/Source/platform/Language.h
index 3b41d6efb88ee1ce116b97a7f07ea02d1b1482c9..4172c3a5153cdce1c79a16800a1fcb45ef6da24f 100644
--- a/third_party/WebKit/Source/platform/Language.h
+++ b/third_party/WebKit/Source/platform/Language.h
@@ -27,8 +27,8 @@
#define Language_h
#include "platform/PlatformExport.h"
-#include "wtf/Forward.h"
-#include "wtf/Vector.h"
+#include "platform/wtf/Forward.h"
+#include "platform/wtf/Vector.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/KillRing.h ('k') | third_party/WebKit/Source/platform/Language.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698