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

Unified Diff: Source/core/fetch/ResourceFetcher.cpp

Issue 26906006: Move DOMSecurityPolicy and DOMTimer to frame/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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/events/DocumentEventQueue.cpp ('k') | Source/core/frame/DOMSecurityPolicy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/ResourceFetcher.cpp
diff --git a/Source/core/fetch/ResourceFetcher.cpp b/Source/core/fetch/ResourceFetcher.cpp
index 52e64a06ae64a29f5f2e75318e48d9a6071b2d4a..3bcb8e77d29fa667a5c91ae548a930d8c387215c 100644
--- a/Source/core/fetch/ResourceFetcher.cpp
+++ b/Source/core/fetch/ResourceFetcher.cpp
@@ -58,7 +58,7 @@
#include "core/frame/DOMWindow.h"
#include "core/frame/Frame.h"
#include "core/timing/Performance.h"
-#include "core/page/ResourceTimingInfo.h"
+#include "core/timing/ResourceTimingInfo.h"
#include "core/page/Settings.h"
#include "platform/Logging.h"
#include "platform/TraceEvent.h"
« no previous file with comments | « Source/core/events/DocumentEventQueue.cpp ('k') | Source/core/frame/DOMSecurityPolicy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698