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

Unified Diff: Source/core/Init.cpp

Issue 344593002: Qualify RuntimeEnabledFeatures.h and remove unnecessary include dir. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline 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/core/BUILD.gn ('k') | Source/core/core.gyp » ('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 67981f0c2d50197011688fd2acf251d313160dcf..522eef6d65f46e67f78727f7098d47f26834737e 100644
--- a/Source/core/Init.cpp
+++ b/Source/core/Init.cpp
@@ -35,7 +35,6 @@
#include "EventTargetNames.h"
#include "EventTypeNames.h"
#include "FetchInitiatorTypeNames.h"
-#include "FontFamilyNames.h"
#include "HTMLNames.h"
#include "HTMLTokenizerNames.h"
#include "InputTypeNames.h"
@@ -50,6 +49,7 @@
#include "core/events/EventFactory.h"
#include "core/html/parser/HTMLParserThread.h"
#include "platform/EventTracer.h"
+#include "platform/FontFamilyNames.h"
#include "platform/Partitions.h"
#include "platform/PlatformThreadData.h"
#include "platform/heap/Heap.h"
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698