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

Unified Diff: Source/core/history/CachedFrame.cpp

Issue 13976008: Remove more #includes from Frame.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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/editing/TextInsertionBaseCommand.cpp ('k') | Source/core/html/HTMLAnchorElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/history/CachedFrame.cpp
diff --git a/Source/core/history/CachedFrame.cpp b/Source/core/history/CachedFrame.cpp
index cc3b0f183ba5960d76f1961b933a9a96ee07efe9..bef5e07a7fed37c61b590b446b80a9836a0c6e66 100644
--- a/Source/core/history/CachedFrame.cpp
+++ b/Source/core/history/CachedFrame.cpp
@@ -26,12 +26,14 @@
#include "config.h"
#include "CachedPage.h"
+#include "AnimationController.h"
#include "CachedFramePlatformData.h"
#include "DOMWindow.h"
#include "Document.h"
#include "DocumentLoader.h"
-#include "ExceptionCode.h"
+#include "EventHandler.h"
#include "EventNames.h"
+#include "ExceptionCode.h"
#include "FocusController.h"
#include "Frame.h"
#include "FrameLoader.h"
@@ -44,8 +46,8 @@
#include "PageTransitionEvent.h"
#include "ScriptController.h"
#include "SerializedScriptValue.h"
-#include <wtf/text/CString.h>
#include <wtf/RefCountedLeakCounter.h>
+#include <wtf/text/CString.h>
#if ENABLE(SVG)
#include "SVGDocumentExtensions.h"
« no previous file with comments | « Source/core/editing/TextInsertionBaseCommand.cpp ('k') | Source/core/html/HTMLAnchorElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698