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

Unified Diff: public/web/WebDatabaseObserver.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 | « public/web/WebDatabase.h ('k') | public/web/WebDateTimeChooserCompletion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDatabaseObserver.h
diff --git a/public/web/WebDatabaseObserver.h b/public/web/WebDatabaseObserver.h
index 99e7db71fa88c1f89133bf52c4e14158f1df274c..95f52a8ff6fc20c239f0ce767d7dfafbb2ab370c 100644
--- a/public/web/WebDatabaseObserver.h
+++ b/public/web/WebDatabaseObserver.h
@@ -31,7 +31,7 @@
#ifndef WebDatabaseObserver_h
#define WebDatabaseObserver_h
-namespace WebKit {
+namespace blink {
class WebDatabase;
class WebDatabaseObserver {
@@ -51,6 +51,6 @@ protected:
~WebDatabaseObserver() {}
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebDatabase.h ('k') | public/web/WebDateTimeChooserCompletion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698