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

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

Issue 17569013: Remove unused includes from core/inspector, core/loader and core/page (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebased Created 7 years, 6 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/loader/PrerendererClient.h ('k') | Source/core/loader/ResourceLoadNotifier.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/ProgressTracker.cpp
diff --git a/Source/core/loader/ProgressTracker.cpp b/Source/core/loader/ProgressTracker.cpp
index 349ae6776c997ea8e6042fd40625eb2d2e41d209..d3520ae5a69aa6157b2ea91c329a6c26ecb2b869 100644
--- a/Source/core/loader/ProgressTracker.cpp
+++ b/Source/core/loader/ProgressTracker.cpp
@@ -27,15 +27,14 @@
#include "core/loader/ProgressTracker.h"
#include "core/inspector/InspectorInstrumentation.h"
-#include "core/loader/DocumentLoader.h"
#include "core/loader/FrameLoader.h"
#include "core/loader/FrameLoaderClient.h"
#include "core/page/Frame.h"
#include "core/page/FrameView.h"
#include "core/platform/Logging.h"
#include "core/platform/network/ResourceResponse.h"
-#include <wtf/CurrentTime.h>
-#include <wtf/text/CString.h>
+#include "wtf/CurrentTime.h"
+#include "wtf/text/CString.h"
using std::min;
« no previous file with comments | « Source/core/loader/PrerendererClient.h ('k') | Source/core/loader/ResourceLoadNotifier.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698