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

Unified Diff: Source/core/inspector/DOMPatchSupport.cpp

Issue 18444005: core/inspector: Include wtf files using "wtf/foo.h" form. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixes Created 7 years, 5 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 | « Source/core/inspector/DOMPatchSupport.h ('k') | Source/core/inspector/HeapGraphSerializer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/DOMPatchSupport.cpp
diff --git a/Source/core/inspector/DOMPatchSupport.cpp b/Source/core/inspector/DOMPatchSupport.cpp
index 06736e91083ed6bacca31e0138ee8abaa3f30039..038d4385bee79623bdb4f7f05822d4c776d0ac41 100644
--- a/Source/core/inspector/DOMPatchSupport.cpp
+++ b/Source/core/inspector/DOMPatchSupport.cpp
@@ -29,8 +29,6 @@
*/
#include "config.h"
-
-
#include "core/inspector/DOMPatchSupport.h"
#include "HTMLNames.h"
@@ -44,13 +42,12 @@
#include "core/inspector/DOMEditor.h"
#include "core/inspector/InspectorHistory.h"
#include "core/xml/parser/XMLDocumentParser.h"
-
-#include <wtf/Deque.h>
-#include <wtf/HashTraits.h>
-#include <wtf/RefPtr.h>
-#include <wtf/SHA1.h>
-#include <wtf/text/Base64.h>
-#include <wtf/text/CString.h>
+#include "wtf/Deque.h"
+#include "wtf/HashTraits.h"
+#include "wtf/RefPtr.h"
+#include "wtf/SHA1.h"
+#include "wtf/text/Base64.h"
+#include "wtf/text/CString.h"
using namespace std;
« no previous file with comments | « Source/core/inspector/DOMPatchSupport.h ('k') | Source/core/inspector/HeapGraphSerializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698