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

Unified Diff: content/child/quota_dispatcher.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
« no previous file with comments | « content/child/plugin_param_traits.cc ('k') | content/child/quota_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/quota_dispatcher.h
diff --git a/content/child/quota_dispatcher.h b/content/child/quota_dispatcher.h
index 8a8754f37a845554fa7c3631a5329741933e69a9..d42d02d8d91845ed40e1b08000af646d9c7fa26c 100644
--- a/content/child/quota_dispatcher.h
+++ b/content/child/quota_dispatcher.h
@@ -20,7 +20,7 @@ namespace IPC {
class Message;
}
-namespace WebKit {
+namespace blink {
class WebStorageQuotaCallbacks;
}
@@ -69,7 +69,7 @@ class QuotaDispatcher : public webkit_glue::WorkerTaskRunner::Observer {
// Creates a new Callback instance for WebStorageQuotaCallbacks.
static Callback* CreateWebStorageQuotaCallbacksWrapper(
- WebKit::WebStorageQuotaCallbacks* callbacks);
+ blink::WebStorageQuotaCallbacks* callbacks);
private:
// Message handlers.
« no previous file with comments | « content/child/plugin_param_traits.cc ('k') | content/child/quota_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698