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

Unified Diff: third_party/WebKit/Source/core/inspector/DOMPatchSupport.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/DOMPatchSupport.cpp
diff --git a/third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp b/third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp
index 6ca642984d1de9e803f6f04c9546fbdb1220231b..d5d052d1ab1b31ed134100657248fb0269358773 100644
--- a/third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp
+++ b/third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp
@@ -30,6 +30,7 @@
#include "core/inspector/DOMPatchSupport.h"
+#include <memory>
#include "bindings/core/v8/ExceptionState.h"
#include "core/dom/Attribute.h"
#include "core/dom/ContextFeatures.h"
@@ -46,13 +47,12 @@
#include "core/inspector/InspectorHistory.h"
#include "core/xml/parser/XMLDocumentParser.h"
#include "platform/Crypto.h"
+#include "platform/wtf/Deque.h"
+#include "platform/wtf/HashTraits.h"
+#include "platform/wtf/RefPtr.h"
+#include "platform/wtf/text/Base64.h"
+#include "platform/wtf/text/CString.h"
#include "public/platform/Platform.h"
-#include "wtf/Deque.h"
-#include "wtf/HashTraits.h"
-#include "wtf/RefPtr.h"
-#include "wtf/text/Base64.h"
-#include "wtf/text/CString.h"
-#include <memory>
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/inspector/DOMPatchSupport.h ('k') | third_party/WebKit/Source/core/inspector/DevToolsHost.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698