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

Unified Diff: Source/web/IDBFactoryBackendProxy.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/IDBDatabaseBackendProxy.cpp ('k') | Source/web/IDBFactoryBackendProxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/IDBFactoryBackendProxy.h
diff --git a/Source/web/IDBFactoryBackendProxy.h b/Source/web/IDBFactoryBackendProxy.h
index c4529dd1cf141076d9da0f8f3a9b7f318a706177..8cc60b3745f73bb24a466f265ea68864d1699eb4 100644
--- a/Source/web/IDBFactoryBackendProxy.h
+++ b/Source/web/IDBFactoryBackendProxy.h
@@ -36,7 +36,7 @@ namespace WebCore {
class ExecutionContext;
}
-namespace WebKit {
+namespace blink {
class WebIDBFactory;
class WebSecurityOrigin;
@@ -58,6 +58,6 @@ private:
WebIDBFactory* m_webIDBFactory;
};
-} // namespace WebKit
+} // namespace blink
#endif // IDBFactoryBackendProxy_h
« no previous file with comments | « Source/web/IDBDatabaseBackendProxy.cpp ('k') | Source/web/IDBFactoryBackendProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698