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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp

Issue 2817533005: Rewrite references to "wtf/" to "platform/wtf/" in core/inspector. (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
Index: third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp
diff --git a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp
index 7a3a1ba76001949a4d56db3388a4d04a39bb0960..009dd5c2df4d65210962bfad44a4533c46481e69 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp
+++ b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp
@@ -86,9 +86,9 @@
#include "platform/fonts/FontCache.h"
#include "platform/fonts/shaping/CachingWordShaper.h"
#include "platform/text/TextRun.h"
-#include "wtf/CurrentTime.h"
-#include "wtf/text/CString.h"
-#include "wtf/text/StringConcatenate.h"
+#include "platform/wtf/CurrentTime.h"
+#include "platform/wtf/text/CString.h"
+#include "platform/wtf/text/StringConcatenate.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698