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

Unified Diff: Source/web/IDBCursorBackendProxy.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 | « Source/web/GraphicsLayerFactoryChromium.cpp ('k') | Source/web/IDBCursorBackendProxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/IDBCursorBackendProxy.h
diff --git a/Source/web/IDBCursorBackendProxy.h b/Source/web/IDBCursorBackendProxy.h
index 08f2ebb226b11a5abcf02a974e3be02df5e94976..ebe83e51ce018e9a8c6bb654f448ce4797bd01b0 100644
--- a/Source/web/IDBCursorBackendProxy.h
+++ b/Source/web/IDBCursorBackendProxy.h
@@ -33,7 +33,7 @@
#include "wtf/RefPtr.h"
#include "modules/indexeddb/IDBCursorBackendInterface.h"
-namespace WebKit {
+namespace blink {
class IDBCursorBackendProxy : public WebCore::IDBCursorBackendInterface {
public:
@@ -50,6 +50,6 @@ private:
OwnPtr<WebIDBCursor> m_idbCursor;
};
-} // namespace WebKit
+} // namespace blink
#endif // IDBCursorBackendProxy_h
« no previous file with comments | « Source/web/GraphicsLayerFactoryChromium.cpp ('k') | Source/web/IDBCursorBackendProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698