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

Unified Diff: Source/core/page/make_settings.pl

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu Created 7 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: Source/core/page/make_settings.pl
diff --git a/Source/core/page/make_settings.pl b/Source/core/page/make_settings.pl
index ed8b9446af785b4b720957ee7e86c69bfaa9aa54..bf2230813331606c2d61f10a261620ecd765b205 100755
--- a/Source/core/page/make_settings.pl
+++ b/Source/core/page/make_settings.pl
@@ -381,7 +381,7 @@ sub generateInternalSettingsHeaderFile($)
#ifndef InternalSettingsGenerated_h
#define InternalSettingsGenerated_h
-#include "RefCountedSupplement.h"
+#include "core/platform/RefCountedSupplement.h"
#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>
#include <wtf/text/WTFString.h>
« no previous file with comments | « Source/core/page/animation/CSSPropertyAnimation.cpp ('k') | Source/core/page/scrolling/ScrollingCoordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698