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

Unified Diff: public/platform/WebIDBDatabaseCallbacks.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « public/platform/WebIDBDatabase.h ('k') | public/platform/WebIDBDatabaseError.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebIDBDatabaseCallbacks.h
diff --git a/public/platform/WebIDBDatabaseCallbacks.h b/public/platform/WebIDBDatabaseCallbacks.h
index f9ef67c77248ab6c0ae6e0fa9cedc66b217cf8a3..dc9fca6e741dcdc06bef16f6dfea035442feef8d 100644
--- a/public/platform/WebIDBDatabaseCallbacks.h
+++ b/public/platform/WebIDBDatabaseCallbacks.h
@@ -30,7 +30,7 @@
#include "WebIDBDatabaseError.h"
#include "WebString.h"
-namespace WebKit {
+namespace blink {
class WebIDBDatabaseCallbacks {
public:
@@ -43,6 +43,6 @@ public:
virtual void onComplete(long long transactionId) { BLINK_ASSERT_NOT_REACHED(); }
};
-} // namespace WebKit
+} // namespace blink
#endif // WebIDBDatabaseCallbacks_h
« no previous file with comments | « public/platform/WebIDBDatabase.h ('k') | public/platform/WebIDBDatabaseError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698