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

Unified Diff: Source/core/page/Frame.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/FocusController.cpp ('k') | Source/core/page/Frame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Frame.h
diff --git a/Source/core/page/Frame.h b/Source/core/page/Frame.h
index c609adcf51c8cbf53458c3657dce04fe09a0f16b..079eaeb5d77fd8581bce2f049c4079c050d20673 100644
--- a/Source/core/page/Frame.h
+++ b/Source/core/page/Frame.h
@@ -29,11 +29,11 @@
#define Frame_h
#include "AdjustViewSizeOrNot.h"
-#include "DragImage.h"
#include "FrameLoader.h"
#include "FrameTree.h"
#include "NavigationScheduler.h"
-#include "ScrollTypes.h"
+#include "core/platform/DragImage.h"
+#include "core/platform/ScrollTypes.h"
#include "core/platform/graphics/IntRect.h"
#include <wtf/RefCounted.h>
« no previous file with comments | « Source/core/page/FocusController.cpp ('k') | Source/core/page/Frame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698