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

Unified Diff: Source/core/loader/FrameLoader.cpp

Issue 14336010: Absolutify paths to accessibility/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/html/RangeInputType.cpp ('k') | Source/core/page/ChromeClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/FrameLoader.cpp
diff --git a/Source/core/loader/FrameLoader.cpp b/Source/core/loader/FrameLoader.cpp
index 5426603ded7ded7da2edf0b915e40f20e9e2888e..6ab271762131372fe5060958dc2e79680d08975f 100644
--- a/Source/core/loader/FrameLoader.cpp
+++ b/Source/core/loader/FrameLoader.cpp
@@ -35,7 +35,6 @@
#include "config.h"
#include "FrameLoader.h"
-#include "AXObjectCache.h"
#include "ApplicationCacheHost.h"
#include "BackForwardController.h"
#include "BeforeUnloadEvent.h"
@@ -101,6 +100,7 @@
#include "WebCoreMemoryInstrumentation.h"
#include "WindowFeatures.h"
#include "XMLDocumentParser.h"
+#include "core/accessibility/AXObjectCache.h"
#include "core/loader/UniqueIdentifier.h"
#include <wtf/CurrentTime.h>
#include <wtf/MemoryInstrumentationHashSet.h>
« no previous file with comments | « Source/core/html/RangeInputType.cpp ('k') | Source/core/page/ChromeClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698