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

Unified Diff: Source/core/page/PerformanceTiming.cpp

Issue 13840007: Absolutify paths to platform/network. (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/page/PerformanceResourceTiming.cpp ('k') | Source/core/page/Settings.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PerformanceTiming.cpp
diff --git a/Source/core/page/PerformanceTiming.cpp b/Source/core/page/PerformanceTiming.cpp
index fe2b1c04e3ada77cf5981e123aa8279ed7695854..a78ad6dcca1d8df1b07507e0578f2be8e3afe516 100644
--- a/Source/core/page/PerformanceTiming.cpp
+++ b/Source/core/page/PerformanceTiming.cpp
@@ -37,8 +37,8 @@
#include "DocumentTiming.h"
#include "Frame.h"
#include "FrameLoader.h"
-#include "ResourceLoadTiming.h"
-#include "ResourceResponse.h"
+#include "core/platform/network/ResourceLoadTiming.h"
+#include "core/platform/network/ResourceResponse.h"
#include <wtf/CurrentTime.h>
namespace WebCore {
« no previous file with comments | « Source/core/page/PerformanceResourceTiming.cpp ('k') | Source/core/page/Settings.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698