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

Unified Diff: public/platform/WebStorageQuotaCallbacks.h

Issue 462843003: Cleanup namespace usage in public/platform/{Web[P-W]*,linux/*}.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 02d441bdf086f53acb9e0781fc41ea4dba518e8b..fedf40b5ef09b61f4392c9ebb01729841a32ed36 100644
--- a/public/platform/WebStorageQuotaCallbacks.h
+++ b/public/platform/WebStorageQuotaCallbacks.h
@@ -35,14 +35,11 @@
#include "WebPrivatePtr.h"
#include "WebStorageQuotaError.h"
-namespace blink {
-class StorageQuotaCallbacks;
-}
-
namespace WTF { template <typename T> class PassOwnPtr; }
namespace blink {
+class StorageQuotaCallbacks;
class WebStorageQuotaCallbacksPrivate;
class WebStorageQuotaCallbacks {
@@ -60,7 +57,7 @@ public:
BLINK_PLATFORM_EXPORT void assign(const WebStorageQuotaCallbacks&);
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT WebStorageQuotaCallbacks(const WTF::PassOwnPtr<blink::StorageQuotaCallbacks>&);
+ BLINK_PLATFORM_EXPORT WebStorageQuotaCallbacks(const WTF::PassOwnPtr<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