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

Unified Diff: public/platform/WebIDBCursor.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/WebIDBCallbacks.h ('k') | public/platform/WebIDBDatabase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebIDBCursor.h
diff --git a/public/platform/WebIDBCursor.h b/public/platform/WebIDBCursor.h
index c093c4571f003f0474a24bf138f2f79016bca109..da1d26ee418fbfe309c094faa2f7392a63c092d3 100644
--- a/public/platform/WebIDBCursor.h
+++ b/public/platform/WebIDBCursor.h
@@ -31,7 +31,7 @@
#include "WebIDBKey.h"
#include "WebString.h"
-namespace WebKit {
+namespace blink {
// See comment in WebIDBFactory for a high level overview these classes.
class WebIDBCursor {
@@ -53,6 +53,6 @@ protected:
WebIDBCursor() { }
};
-} // namespace WebKit
+} // namespace blink
#endif // WebIDBCursor_h
« no previous file with comments | « public/platform/WebIDBCallbacks.h ('k') | public/platform/WebIDBDatabase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698