| Index: content/browser/in_process_webkit/indexed_db_context.h
|
| diff --git a/content/browser/in_process_webkit/indexed_db_context.h b/content/browser/in_process_webkit/indexed_db_context.h
|
| index 4094109f6a468de3ce991310fbeb060838b6b70e..a7207e648d50a83371edd076601eb68903023fb5 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_context.h
|
| +++ b/content/browser/in_process_webkit/indexed_db_context.h
|
| @@ -75,10 +75,10 @@ class CONTENT_EXPORT IndexedDBContext
|
|
|
| quota::QuotaManagerProxy* quota_manager_proxy();
|
|
|
| -#ifdef UNIT_TEST
|
| // For unit tests allow to override the |data_path_|.
|
| - void set_data_path(const FilePath& data_path) { data_path_ = data_path; }
|
| -#endif
|
| + void set_data_path_for_testing(const FilePath& data_path) {
|
| + data_path_ = data_path;
|
| + }
|
|
|
| private:
|
| FRIEND_TEST(ExtensionServiceTest, ClearExtensionData);
|
|
|