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

Unified Diff: Source/modules/indexeddb/WebIDBDatabaseCallbacksImpl.h

Issue 403013002: Rename WebCore to blink in Modules (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
Index: Source/modules/indexeddb/WebIDBDatabaseCallbacksImpl.h
diff --git a/Source/modules/indexeddb/WebIDBDatabaseCallbacksImpl.h b/Source/modules/indexeddb/WebIDBDatabaseCallbacksImpl.h
index 872bcaa0b9c62f9b333713262f101acfaee1c675..edbb1989dbb67f499a0819b3b207faf8cd5957df 100644
--- a/Source/modules/indexeddb/WebIDBDatabaseCallbacksImpl.h
+++ b/Source/modules/indexeddb/WebIDBDatabaseCallbacksImpl.h
@@ -34,7 +34,7 @@
#include "wtf/PassRefPtr.h"
#include "wtf/RefPtr.h"
-namespace WebCore {
+namespace blink {
class WebIDBDatabaseCallbacksImpl FINAL : public blink::WebIDBDatabaseCallbacks {
public:
@@ -53,6 +53,6 @@ private:
Persistent<IDBDatabaseCallbacks> m_callbacks;
};
-} // namespace WebCore
+} // namespace blink
#endif // WebIDBDatabaseCallbacksImpl_h
« no previous file with comments | « Source/modules/indexeddb/WebIDBCallbacksImpl.cpp ('k') | Source/modules/indexeddb/WebIDBDatabaseCallbacksImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698