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

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

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: content/renderer/fetchers/multi_resolution_image_resource_fetcher.h
diff --git a/content/renderer/fetchers/multi_resolution_image_resource_fetcher.h b/content/renderer/fetchers/multi_resolution_image_resource_fetcher.h
index 3e7c326b496564ba49a9fc430af3c52fbbabe5e2..4377a26e179ceac09b43581935660bf05987e025 100644
--- a/content/renderer/fetchers/multi_resolution_image_resource_fetcher.h
+++ b/content/renderer/fetchers/multi_resolution_image_resource_fetcher.h
@@ -24,9 +24,9 @@ class MultiResolutionImageResourceFetcher{
MultiResolutionImageResourceFetcher(
const GURL& image_url,
- WebKit::WebFrame* frame,
+ blink::WebFrame* frame,
int id,
- WebKit::WebURLRequest::TargetType target_type,
+ blink::WebURLRequest::TargetType target_type,
const Callback& callback);
virtual ~MultiResolutionImageResourceFetcher();
@@ -42,7 +42,7 @@ class MultiResolutionImageResourceFetcher{
private:
// ResourceFetcher::Callback. Decodes the image and invokes callback_.
- void OnURLFetchComplete(const WebKit::WebURLResponse& response,
+ void OnURLFetchComplete(const blink::WebURLResponse& response,
const std::string& data);
Callback callback_;

Powered by Google App Engine
This is Rietveld 408576698