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

Unified Diff: content/browser/indexed_db/indexed_db_callbacks_wrapper.h

Issue 15724006: Migrate IDBDatabaseBackendTest from blink to chromium (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
Index: content/browser/indexed_db/indexed_db_callbacks_wrapper.h
diff --git a/content/browser/indexed_db/indexed_db_callbacks_wrapper.h b/content/browser/indexed_db/indexed_db_callbacks_wrapper.h
index 9808c730c738090f21605ae3182b7d67e9e57d41..498018b635af64a88864d1a7466eb8a4282adaee 100644
--- a/content/browser/indexed_db/indexed_db_callbacks_wrapper.h
+++ b/content/browser/indexed_db/indexed_db_callbacks_wrapper.h
@@ -79,9 +79,11 @@ class IndexedDBCallbacksWrapper
virtual void SetDatabaseCallbacks(
scoped_refptr<IndexedDBDatabaseCallbacksWrapper> database_callbacks);
- private:
- explicit IndexedDBCallbacksWrapper(WebKit::WebIDBCallbacks* callbacks);
+protected:
virtual ~IndexedDBCallbacksWrapper();
+ explicit IndexedDBCallbacksWrapper(WebKit::WebIDBCallbacks* callbacks);
+
+ private:
friend class base::RefCounted<IndexedDBCallbacksWrapper>;
scoped_ptr<WebIDBDatabaseImpl> web_database_impl_;
scoped_ptr<WebKit::WebIDBCallbacks> callbacks_;

Powered by Google App Engine
This is Rietveld 408576698