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

Unified Diff: Source/core/page/Chrome.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/CaptionUserPreferences.h ('k') | Source/core/page/Chrome.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Chrome.h
diff --git a/Source/core/page/Chrome.h b/Source/core/page/Chrome.h
index d5b2c5478e11e2cd531c2376282008d6c4bb5315..40de989a8040919a435c4fb13fc6e0afc45e7aaa 100644
--- a/Source/core/page/Chrome.h
+++ b/Source/core/page/Chrome.h
@@ -22,9 +22,9 @@
#ifndef Chrome_h
#define Chrome_h
-#include "Cursor.h"
#include "FocusDirection.h"
-#include "HostWindow.h"
+#include "core/platform/Cursor.h"
+#include "core/platform/HostWindow.h"
#include <wtf/Forward.h>
#include <wtf/RefPtr.h>
« no previous file with comments | « Source/core/page/CaptionUserPreferences.h ('k') | Source/core/page/Chrome.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698