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

Unified Diff: content/renderer/fetchers/manifest_fetcher.h

Issue 2928033002: Move GetDocument method from WebFrame to WebLocalFrame. (Closed)
Patch Set: Split a DCHECK in two as suggested by boliu@. Created 3 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
Index: content/renderer/fetchers/manifest_fetcher.h
diff --git a/content/renderer/fetchers/manifest_fetcher.h b/content/renderer/fetchers/manifest_fetcher.h
index b7696305d172e5a7127fe9072706e1dabe96ca08..e8313096d02b558055e08fad6e5eae5108eac95a 100644
--- a/content/renderer/fetchers/manifest_fetcher.h
+++ b/content/renderer/fetchers/manifest_fetcher.h
@@ -16,7 +16,7 @@
class GURL;
namespace blink {
-class WebFrame;
+class WebLocalFrame;
}
namespace content {
@@ -38,7 +38,7 @@ class CONTENT_EXPORT ManifestFetcher {
explicit ManifestFetcher(const GURL& url);
virtual ~ManifestFetcher();
- void Start(blink::WebFrame* frame,
+ void Start(blink::WebLocalFrame* frame,
bool use_credentials,
const Callback& callback);
void Cancel();
@@ -54,6 +54,6 @@ class CONTENT_EXPORT ManifestFetcher {
DISALLOW_COPY_AND_ASSIGN(ManifestFetcher);
};
-} // namespace content
+} // namespace content
#endif // CONTENT_RENDERER_FETCHERS_MANIFEST_FETCHER_H_
« no previous file with comments | « content/renderer/fetchers/associated_resource_fetcher_impl.cc ('k') | content/renderer/fetchers/manifest_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698