| Index: content/public/browser/indexed_db_context.h
|
| diff --git a/content/public/browser/indexed_db_context.h b/content/public/browser/indexed_db_context.h
|
| index af469e33027e45c9bb1e113b0f1870352bb7beeb..1eed5f59ea312993acdd55c100a5c63367a49fd2 100644
|
| --- a/content/public/browser/indexed_db_context.h
|
| +++ b/content/public/browser/indexed_db_context.h
|
| @@ -35,8 +35,7 @@ class IndexedDBContext : public base::RefCountedThreadSafe<IndexedDBContext> {
|
| virtual void DeleteForOrigin(const GURL& origin_url) = 0;
|
|
|
| // Get the file name of the local storage file for the given origin.
|
| - virtual base::FilePath GetFilePathForTesting(
|
| - const std::string& origin_id) const = 0;
|
| + virtual base::FilePath GetFilePath(const GURL& origin_url) const = 0;
|
| // Set the task runner for tests if browser main loop is not initialized.
|
| virtual void SetTaskRunnerForTesting(
|
| base::SequencedTaskRunner* task_runner) = 0;
|
|
|