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

Unified Diff: third_party/WebKit/Source/web/WebEntities.h

Issue 2805733003: Rewrite references to "wtf/" to "platform/wtf/" in web. (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
Index: third_party/WebKit/Source/web/WebEntities.h
diff --git a/third_party/WebKit/Source/web/WebEntities.h b/third_party/WebKit/Source/web/WebEntities.h
index 7c95d03fe185f6586eb9a9c3786631c2d2e4c8a4..a8371a8192b28c965ac67cc659dd4a44aacf8172 100644
--- a/third_party/WebKit/Source/web/WebEntities.h
+++ b/third_party/WebKit/Source/web/WebEntities.h
@@ -31,8 +31,8 @@
#ifndef WebEntities_h
#define WebEntities_h
-#include "wtf/HashMap.h"
-#include "wtf/text/WTFString.h"
+#include "platform/wtf/HashMap.h"
+#include "platform/wtf/text/WTFString.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp ('k') | third_party/WebKit/Source/web/WebEntities.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698