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

Unified Diff: Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl

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
Index: Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl
diff --git a/Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl b/Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl
index cef11c5ceadbefcf673158f98ff9171402650b94..5e32ffcf6ede460b4581366eb28b700605f94639 100644
--- a/Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl
+++ b/Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl
@@ -4,7 +4,7 @@
#ifndef InternalRuntimeFlags_h
#define InternalRuntimeFlags_h
-#include "RuntimeEnabledFeatures.h"
+#include "platform/RuntimeEnabledFeatures.h"
#include "platform/heap/Handle.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefPtr.h"
« no previous file with comments | « Source/build/scripts/templates/EventFactory.cpp.tmpl ('k') | Source/build/scripts/templates/RuntimeEnabledFeatures.cpp.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698