| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index 380aa2af72c5514cb2d7b29bf21dbac1b9d9d6fa..7c7026e4e9058b8ca732326c4be3a92abc493a26 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -2429,7 +2429,9 @@ void ChromeContentBrowserClient::GetAdditionalFileSystemBackends(
|
| additional_backends->push_back(backend);
|
| #endif
|
|
|
| - additional_backends->push_back(new sync_file_system::SyncFileSystemBackend());
|
| + additional_backends->push_back(
|
| + new sync_file_system::SyncFileSystemBackend(
|
| + Profile::FromBrowserContext(browser_context)));
|
| }
|
|
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
|
|