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

Unified Diff: public/platform/WebStorageQuotaCallbacks.h

Issue 401973003: Rename WebCore namespace to blink in Public (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
« no previous file with comments | « public/platform/WebSpeechSynthesisVoice.h ('k') | public/platform/WebThreadSafeData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebStorageQuotaCallbacks.h
diff --git a/public/platform/WebStorageQuotaCallbacks.h b/public/platform/WebStorageQuotaCallbacks.h
index 21175d87da7a29e8874ce27ce14ad471caffa7d3..02d441bdf086f53acb9e0781fc41ea4dba518e8b 100644
--- a/public/platform/WebStorageQuotaCallbacks.h
+++ b/public/platform/WebStorageQuotaCallbacks.h
@@ -35,7 +35,7 @@
#include "WebPrivatePtr.h"
#include "WebStorageQuotaError.h"
-namespace WebCore {
+namespace blink {
class StorageQuotaCallbacks;
}
@@ -60,7 +60,7 @@ public:
BLINK_PLATFORM_EXPORT void assign(const WebStorageQuotaCallbacks&);
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT WebStorageQuotaCallbacks(const WTF::PassOwnPtr<WebCore::StorageQuotaCallbacks>&);
+ BLINK_PLATFORM_EXPORT WebStorageQuotaCallbacks(const WTF::PassOwnPtr<blink::StorageQuotaCallbacks>&);
#endif
// Callback for WebFrameClient::queryStorageUsageAndQuota.
« no previous file with comments | « public/platform/WebSpeechSynthesisVoice.h ('k') | public/platform/WebThreadSafeData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698