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

Unified Diff: Source/modules/indexeddb/DOMWindowIndexedDatabase.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/DOMWindowIndexedDatabase.h
diff --git a/Source/modules/indexeddb/DOMWindowIndexedDatabase.h b/Source/modules/indexeddb/DOMWindowIndexedDatabase.h
index e8e6725fa59d5bb384b106940168f6cdfc02c3e9..876b7ab22c65202b223d0cec62d3690b17fbe264 100644
--- a/Source/modules/indexeddb/DOMWindowIndexedDatabase.h
+++ b/Source/modules/indexeddb/DOMWindowIndexedDatabase.h
@@ -30,7 +30,7 @@
#include "modules/indexeddb/IndexedDBClient.h"
#include "platform/Supplementable.h"
-namespace WebCore {
+namespace blink {
class IDBFactory;
class LocalDOMWindow;
@@ -58,6 +58,6 @@ private:
PersistentWillBeMember<IDBFactory> m_idbFactory;
};
-} // namespace WebCore
+} // namespace blink
#endif // DOMWindowIndexedDatabase_h
« no previous file with comments | « Source/modules/imagebitmap/ImageBitmapFactories.cpp ('k') | Source/modules/indexeddb/DOMWindowIndexedDatabase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698