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

Unified Diff: Source/core/page/Settings.h

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
« no previous file with comments | « Source/core/page/SecurityPolicy.cpp ('k') | Source/core/page/SuspendableTimer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Settings.h
diff --git a/Source/core/page/Settings.h b/Source/core/page/Settings.h
index 68801e24131caf4df7ac39285c0850b46d41fa55..32e332ed4a17ea42735e35f72118b21f5f5b1795 100644
--- a/Source/core/page/Settings.h
+++ b/Source/core/page/Settings.h
@@ -28,9 +28,9 @@
#define Settings_h
#include "EditingBehaviorTypes.h"
-#include "KURL.h"
#include "SettingsMacros.h"
-#include "Timer.h"
+#include "core/platform/KURL.h"
+#include "core/platform/Timer.h"
#include "core/platform/graphics/FontRenderingMode.h"
#include "core/platform/graphics/IntSize.h"
#include <wtf/HashMap.h>
« no previous file with comments | « Source/core/page/SecurityPolicy.cpp ('k') | Source/core/page/SuspendableTimer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698