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

Unified Diff: Source/core/Init.cpp

Issue 343733002: Qualify core include file in web and bindings, etc. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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/bindings/v8/custom/V8SVGElementCustom.cpp ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/Init.cpp
diff --git a/Source/core/Init.cpp b/Source/core/Init.cpp
index 522eef6d65f46e67f78727f7098d47f26834737e..6342b1ff5602ffb176c06d409c4092666eccdbfc 100644
--- a/Source/core/Init.cpp
+++ b/Source/core/Init.cpp
@@ -31,20 +31,20 @@
#include "config.h"
#include "Init.h"
-#include "EventNames.h"
-#include "EventTargetNames.h"
-#include "EventTypeNames.h"
-#include "FetchInitiatorTypeNames.h"
-#include "HTMLNames.h"
-#include "HTMLTokenizerNames.h"
-#include "InputTypeNames.h"
-#include "MathMLNames.h"
-#include "MediaFeatureNames.h"
-#include "MediaTypeNames.h"
-#include "SVGNames.h"
-#include "XLinkNames.h"
-#include "XMLNSNames.h"
-#include "XMLNames.h"
+#include "core/EventNames.h"
+#include "core/EventTargetNames.h"
+#include "core/EventTypeNames.h"
+#include "core/FetchInitiatorTypeNames.h"
+#include "core/HTMLNames.h"
+#include "core/HTMLTokenizerNames.h"
+#include "core/InputTypeNames.h"
+#include "core/MathMLNames.h"
+#include "core/MediaFeatureNames.h"
+#include "core/MediaTypeNames.h"
+#include "core/SVGNames.h"
+#include "core/XLinkNames.h"
+#include "core/XMLNSNames.h"
+#include "core/XMLNames.h"
#include "core/dom/Document.h"
#include "core/events/EventFactory.h"
#include "core/html/parser/HTMLParserThread.h"
« no previous file with comments | « Source/bindings/v8/custom/V8SVGElementCustom.cpp ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698