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. |