| Index: chrome/browser/safe_browsing/safe_browsing_store_unittest_helper.h
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_store_unittest_helper.h b/chrome/browser/safe_browsing/safe_browsing_store_unittest_helper.h
|
| index 20a0fc326d2a9c02ebbeff443930c72060ad8243..5854523072f694ce64d128c0b1cc32869a1e0be4 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_store_unittest_helper.h
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_store_unittest_helper.h
|
| @@ -41,7 +41,7 @@ void SafeBrowsingStoreTestDeleteChunks(SafeBrowsingStore* store);
|
|
|
| // Test that deleting the store deletes the store.
|
| void SafeBrowsingStoreTestDelete(SafeBrowsingStore* store,
|
| - const FilePath& filename);
|
| + const base::FilePath& filename);
|
|
|
| // Wrap all the tests up for implementation subclasses.
|
| // |test_fixture| is the class that would be passed to TEST_F(),
|
|
|