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

Unified Diff: Source/modules/indexeddb/WebIDBDatabaseCallbacksImpl.h

Issue 466813003: Cleanup namespace usage in Source/core/modules/[battery/* to indexeddb/*] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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/modules/indexeddb/WebIDBCallbacksImpl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/indexeddb/WebIDBDatabaseCallbacksImpl.h
diff --git a/Source/modules/indexeddb/WebIDBDatabaseCallbacksImpl.h b/Source/modules/indexeddb/WebIDBDatabaseCallbacksImpl.h
index edbb1989dbb67f499a0819b3b207faf8cd5957df..d284c62ae57944dcd3fca782744470d59167dead 100644
--- a/Source/modules/indexeddb/WebIDBDatabaseCallbacksImpl.h
+++ b/Source/modules/indexeddb/WebIDBDatabaseCallbacksImpl.h
@@ -36,7 +36,7 @@
namespace blink {
-class WebIDBDatabaseCallbacksImpl FINAL : public blink::WebIDBDatabaseCallbacks {
+class WebIDBDatabaseCallbacksImpl FINAL : public WebIDBDatabaseCallbacks {
public:
static PassOwnPtr<WebIDBDatabaseCallbacksImpl> create(IDBDatabaseCallbacks*);
@@ -44,7 +44,7 @@ public:
virtual void onForcedClose() OVERRIDE;
virtual void onVersionChange(long long oldVersion, long long newVersion) OVERRIDE;
- virtual void onAbort(long long transactionId, const blink::WebIDBDatabaseError&) OVERRIDE;
+ virtual void onAbort(long long transactionId, const WebIDBDatabaseError&) OVERRIDE;
virtual void onComplete(long long transactionId) OVERRIDE;
private:
« no previous file with comments | « Source/modules/indexeddb/WebIDBCallbacksImpl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698