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

Unified Diff: Source/web/WebIDBDatabaseCallbacksImpl.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/WebIDBCallbacksImpl.cpp ('k') | Source/web/WebIDBDatabaseCallbacksImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebIDBDatabaseCallbacksImpl.h
diff --git a/Source/web/WebIDBDatabaseCallbacksImpl.h b/Source/web/WebIDBDatabaseCallbacksImpl.h
index 8bd370ddcf0ba21fa5ed9c903e299cedf1a9945a..03a1fd4949552f5d9bc5d9075555bdb4a6d08508 100644
--- a/Source/web/WebIDBDatabaseCallbacksImpl.h
+++ b/Source/web/WebIDBDatabaseCallbacksImpl.h
@@ -33,7 +33,7 @@
namespace WebCore { class IDBDatabaseCallbacks; }
-namespace WebKit {
+namespace blink {
class WebIDBDatabaseCallbacksImpl : public WebIDBDatabaseCallbacks {
public:
@@ -49,6 +49,6 @@ private:
RefPtr<WebCore::IDBDatabaseCallbacks> m_callbacks;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebIDBDatabaseCallbacksImpl_h
« no previous file with comments | « Source/web/WebIDBCallbacksImpl.cpp ('k') | Source/web/WebIDBDatabaseCallbacksImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698