| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index bb8d9c3c5f3220b3f0276f4ee8ea911f3ebe9d55..36ed8bcf081c3ee843d27262f5cacbfd76e3c9cf 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -34,6 +34,10 @@ class Preferences;
|
| }
|
| #endif
|
|
|
| +namespace base {
|
| +class SequencedTaskRunner;
|
| +}
|
| +
|
| namespace content {
|
| class SpeechRecognitionPreferences;
|
| }
|
| @@ -147,7 +151,8 @@ class ProfileImpl : public Profile,
|
|
|
| ProfileImpl(const FilePath& path,
|
| Delegate* delegate,
|
| - CreateMode create_mode);
|
| + CreateMode create_mode,
|
| + base::SequencedTaskRunner* sequenced_task_runner);
|
|
|
| // Does final initialization. Should be called after prefs were loaded.
|
| void DoFinalInit(bool is_new_profile);
|
|
|