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

Unified Diff: Source/core/page/Page.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/NavigatorBase.cpp ('k') | Source/core/page/PageSerializer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Page.cpp
diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp
index aa3f27918a3e4d64e694b228fffc7973bba01f58..c75a1bd9ac0cba62cfe825b24be4191776e4436b 100644
--- a/Source/core/page/Page.cpp
+++ b/Source/core/page/Page.cpp
@@ -54,7 +54,6 @@
#include "Logging.h"
#include "MediaCanStartListener.h"
#include "Navigator.h"
-#include "NetworkStateNotifier.h"
#include "PageConsole.h"
#include "PageGroup.h"
#include "PlugInClient.h"
@@ -77,6 +76,7 @@
#include "VoidCallback.h"
#include "WebCoreMemoryInstrumentation.h"
#include "Widget.h"
+#include "core/platform/network/NetworkStateNotifier.h"
#include "core/storage/StorageArea.h"
#include "core/storage/StorageNamespace.h"
#include <wtf/HashMap.h>
« no previous file with comments | « Source/core/page/NavigatorBase.cpp ('k') | Source/core/page/PageSerializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698