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

Unified Diff: Source/web/DatabaseClientImpl.h

Issue 398673003: Rename WebCore namespace to blink in bindings and web (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 | « Source/web/ContextMenuClientImpl.cpp ('k') | Source/web/DatabaseClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/DatabaseClientImpl.h
diff --git a/Source/web/DatabaseClientImpl.h b/Source/web/DatabaseClientImpl.h
index 27e5c9991c3c5c86ad49bd34b2f3ce9631bc9bef..68232dba46740518e291264326085a3ee1a1f252 100644
--- a/Source/web/DatabaseClientImpl.h
+++ b/Source/web/DatabaseClientImpl.h
@@ -36,14 +36,14 @@
namespace blink {
-class DatabaseClientImpl FINAL : public NoBaseWillBeGarbageCollectedFinalized<DatabaseClientImpl>, public WebCore::DatabaseClient {
+class DatabaseClientImpl FINAL : public NoBaseWillBeGarbageCollectedFinalized<DatabaseClientImpl>, public blink::DatabaseClient {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DatabaseClientImpl);
public:
static PassOwnPtrWillBeRawPtr<DatabaseClientImpl> create();
virtual ~DatabaseClientImpl();
- virtual bool allowDatabase(WebCore::ExecutionContext*, const String& name, const String& displayName, unsigned long estimatedSize) OVERRIDE;
+ virtual bool allowDatabase(blink::ExecutionContext*, const String& name, const String& displayName, unsigned long estimatedSize) OVERRIDE;
private:
DatabaseClientImpl();
« no previous file with comments | « Source/web/ContextMenuClientImpl.cpp ('k') | Source/web/DatabaseClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698