Index: content/browser/in_process_webkit/indexed_db_context_impl.h |
=================================================================== |
--- content/browser/in_process_webkit/indexed_db_context_impl.h (revision 128565) |
+++ content/browser/in_process_webkit/indexed_db_context_impl.h (working copy) |
@@ -86,9 +86,9 @@ |
} |
private: |
- FRIEND_TEST_ALL_PREFIXES(IndexedDBBrowserTest, ClearLocalState); |
- FRIEND_TEST_ALL_PREFIXES(IndexedDBBrowserTest, ClearSessionOnlyDatabases); |
- FRIEND_TEST_ALL_PREFIXES(IndexedDBBrowserTest, SaveSessionState); |
+ FRIEND_TEST_ALL_PREFIXES(IndexedDBTest, ClearLocalState); |
+ FRIEND_TEST_ALL_PREFIXES(IndexedDBTest, ClearSessionOnlyDatabases); |
+ FRIEND_TEST_ALL_PREFIXES(IndexedDBTest, SaveSessionState); |
friend class IndexedDBQuotaClientTest; |
typedef std::map<GURL, int64> OriginToSizeMap; |