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

Unified Diff: webkit/common/resource_type.h

Issue 61553006: Rename WebKit namespace to blink (part 5) (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
« no previous file with comments | « webkit/common/quota/quota_status_code.h ('k') | webkit/common/resource_type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/resource_type.h
diff --git a/webkit/common/resource_type.h b/webkit/common/resource_type.h
index 9ec79097717ca618de12a055d7e6d4f7705e4af0..d63c02c3d01d791baceb5ae4de4e0495fe7adec7 100644
--- a/webkit/common/resource_type.h
+++ b/webkit/common/resource_type.h
@@ -42,7 +42,7 @@ class ResourceType {
}
WEBKIT_COMMON_EXPORT static Type FromTargetType(
- WebKit::WebURLRequest::TargetType type);
+ blink::WebURLRequest::TargetType type);
static bool IsFrame(ResourceType::Type type) {
return type == MAIN_FRAME || type == SUB_FRAME;
« no previous file with comments | « webkit/common/quota/quota_status_code.h ('k') | webkit/common/resource_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698