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

Unified Diff: public/web/WebDatabase.h

Issue 401973003: Rename WebCore namespace to blink in Public (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
« no previous file with comments | « public/web/WebDOMMouseEvent.h ('k') | public/web/WebDateTimeSuggestion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDatabase.h
diff --git a/public/web/WebDatabase.h b/public/web/WebDatabase.h
index 14973c28e88f7b9331dd8423620da46ec0ca79c2..3d1f894ba58d9946ca6de7e7f042daba47b7cc67 100644
--- a/public/web/WebDatabase.h
+++ b/public/web/WebDatabase.h
@@ -34,7 +34,7 @@
#include "../platform/WebCommon.h"
#include "WebSecurityOrigin.h"
-namespace WebCore { class DatabaseBackendBase; }
+namespace blink { class DatabaseBackendBase; }
namespace blink {
@@ -59,12 +59,12 @@ public:
const WebString& originIdentifier, const WebString& databaseName);
#if BLINK_IMPLEMENTATION
- WebDatabase(const WebCore::DatabaseBackendBase*);
+ WebDatabase(const blink::DatabaseBackendBase*);
#endif
private:
WebDatabase() { }
- const WebCore::DatabaseBackendBase* m_database;
+ const blink::DatabaseBackendBase* m_database;
};
} // namespace blink
« no previous file with comments | « public/web/WebDOMMouseEvent.h ('k') | public/web/WebDateTimeSuggestion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698