| Index: chrome/browser/android/blimp/blimp_client_context_factory.cc
|
| diff --git a/chrome/browser/android/blimp/blimp_client_context_factory.cc b/chrome/browser/android/blimp/blimp_client_context_factory.cc
|
| index 1cf0fedbb28b66174e32a96eda0b5ce0a6b2e708..835fbed18310dc43374c6282ada0f0c0babb263e 100644
|
| --- a/chrome/browser/android/blimp/blimp_client_context_factory.cc
|
| +++ b/chrome/browser/android/blimp/blimp_client_context_factory.cc
|
| @@ -7,6 +7,7 @@
|
| #include "base/memory/singleton.h"
|
| #include "base/supports_user_data.h"
|
| #include "blimp/client/public/blimp_client_context.h"
|
| +#include "blimp/client/public/compositor/compositor_dependencies.h"
|
| #include "components/keyed_service/content/browser_context_dependency_manager.h"
|
| #include "content/public/browser/browser_context.h"
|
| #include "content/public/browser/browser_thread.h"
|
| @@ -38,7 +39,8 @@ KeyedService* BlimpClientContextFactory::BuildServiceInstanceFor(
|
| content::BrowserThread::GetTaskRunnerForThread(
|
| content::BrowserThread::IO),
|
| content::BrowserThread::GetTaskRunnerForThread(
|
| - content::BrowserThread::FILE));
|
| + content::BrowserThread::FILE),
|
| + nullptr);
|
| }
|
|
|
| content::BrowserContext* BlimpClientContextFactory::GetBrowserContextToUse(
|
|
|