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

Unified Diff: third_party/WebKit/Source/core/loader/DocumentLoader.h

Issue 1455943002: [Oilpan] Prepare full definition of classes before using Member (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CORE_EXPORT Created 5 years, 1 month 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
Index: third_party/WebKit/Source/core/loader/DocumentLoader.h
diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.h b/third_party/WebKit/Source/core/loader/DocumentLoader.h
index ff2d37547b0fe72e0c72db1d8906ea6be68677c3..bc595de4a9ce9a3b7ec1b68208ca2c6a2902305c 100644
--- a/third_party/WebKit/Source/core/loader/DocumentLoader.h
+++ b/third_party/WebKit/Source/core/loader/DocumentLoader.h
@@ -42,6 +42,7 @@
#include "core/loader/DocumentWriter.h"
#include "core/loader/FrameLoaderTypes.h"
#include "core/loader/NavigationPolicy.h"
+#include "core/loader/appcache/ApplicationCacheHost.h"
#include "platform/SharedBuffer.h"
#include "platform/network/ResourceError.h"
#include "platform/network/ResourceRequest.h"
@@ -51,7 +52,6 @@
namespace blink {
-class ApplicationCacheHost;
class ResourceFetcher;
class DocumentInit;
class LocalFrame;
@@ -83,7 +83,7 @@ public:
const ResourceRequest& request() const;
- ResourceFetcher* fetcher() const { return m_fetcher.get(); }
+ ResourceFetcher* fetcher() const;
const SubstituteData& substituteData() const { return m_substituteData; }

Powered by Google App Engine
This is Rietveld 408576698