| Index: components/history/core/test/history_service_test_util.h | 
| diff --git a/components/history/core/test/history_service_test_util.h b/components/history/core/test/history_service_test_util.h | 
| index c0a4a282b9a2c74e7287941cb56b96611233b664..ff3f0dada10222320c42de5beb7b037b17b0f96a 100644 | 
| --- a/components/history/core/test/history_service_test_util.h | 
| +++ b/components/history/core/test/history_service_test_util.h | 
| @@ -23,9 +23,7 @@ class HistoryService; | 
| // runloop before returning to ensure that any initialization-related tasks are | 
| // run. | 
| scoped_ptr<HistoryService> CreateHistoryService( | 
| -    const base::FilePath& history_dir, | 
| -    const std::string& accept_languages, | 
| -    bool create_db); | 
| +    const base::FilePath& history_dir, bool create_db); | 
|  | 
| // Schedules a task on the history backend and runs a nested loop until the task | 
| // is processed.  This blocks the caller until the history service processes all | 
|  |