| Index: content/browser/in_process_webkit/indexed_db_context_impl.h
|
| diff --git a/content/browser/in_process_webkit/indexed_db_context_impl.h b/content/browser/in_process_webkit/indexed_db_context_impl.h
|
| index 4ebc05702aec736069e6ae98713c756859d184fb..af439dd74a9bc96da564d8dcd7a09979317d2656 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_context_impl.h
|
| +++ b/content/browser/in_process_webkit/indexed_db_context_impl.h
|
| @@ -42,8 +42,6 @@ class CONTENT_EXPORT IndexedDBContextImpl
|
| quota::QuotaManagerProxy* quota_manager_proxy,
|
| base::MessageLoopProxy* webkit_thread_loop);
|
|
|
| - virtual ~IndexedDBContextImpl();
|
| -
|
| WebKit::WebIDBFactory* GetIDBFactory();
|
|
|
| // The indexed db directory.
|
| @@ -85,6 +83,9 @@ class CONTENT_EXPORT IndexedDBContextImpl
|
| data_path_ = data_path;
|
| }
|
|
|
| + protected:
|
| + virtual ~IndexedDBContextImpl();
|
| +
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(IndexedDBTest, ClearLocalState);
|
| FRIEND_TEST_ALL_PREFIXES(IndexedDBTest, ClearSessionOnlyDatabases);
|
|
|