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

Unified Diff: Source/platform/StorageQuotaCallbacks.h

Issue 400543004: Rename WebCore namespace to blink in Platform (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 | « Source/platform/SharedTimer.cpp ('k') | Source/platform/Supplementable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/StorageQuotaCallbacks.h
diff --git a/Source/platform/StorageQuotaCallbacks.h b/Source/platform/StorageQuotaCallbacks.h
index be10290f0c499cb454f6d73c96a30ef581f7fab3..0950913fdd04dbe5ddc5c921f8dde9a6f7f6480c 100644
--- a/Source/platform/StorageQuotaCallbacks.h
+++ b/Source/platform/StorageQuotaCallbacks.h
@@ -36,7 +36,7 @@
#include "wtf/Assertions.h"
#include "wtf/Noncopyable.h"
-namespace WebCore {
+namespace blink {
class PLATFORM_EXPORT StorageQuotaCallbacks {
WTF_MAKE_NONCOPYABLE(StorageQuotaCallbacks);
@@ -49,6 +49,6 @@ public:
virtual void didFail(blink::WebStorageQuotaError) { ASSERT_NOT_REACHED(); };
};
-} // namespace WebCore
+} // namespace blink
#endif // StorageQuotaCallbacks_h
« no previous file with comments | « Source/platform/SharedTimer.cpp ('k') | Source/platform/Supplementable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698