Chromium Code Reviews| Index: chrome/browser/component_updater/cld_component_installer.cc |
| diff --git a/chrome/browser/component_updater/cld_component_installer.cc b/chrome/browser/component_updater/cld_component_installer.cc |
| index 02056eb1371580d962736fd5bde4ce289bd15ff3..22828823ee511e1e89021097abf15e653a96c578 100644 |
| --- a/chrome/browser/component_updater/cld_component_installer.cc |
| +++ b/chrome/browser/component_updater/cld_component_installer.cc |
| @@ -13,14 +13,13 @@ |
| #include "base/lazy_instance.h" |
| #include "base/logging.h" |
| #include "base/path_service.h" |
| -#include "chrome/browser/profiles/profile.h" |
| +#include "base/threading/sequenced_worker_pool.h" |
|
waffles
2014/07/22 21:20:59
Is this still needed?
tommycli
2014/07/22 21:47:43
Done.
|
| #include "components/component_updater/component_updater_paths.h" |
| #include "components/translate/content/browser/data_file_browser_cld_data_provider.h" |
| #include "content/public/browser/browser_thread.h" |
| #include "net/ssl/ssl_config_service.h" |
| using component_updater::ComponentUpdateService; |
| -using content::BrowserThread; |
| namespace { |
| // TODO(andrewhayden): Make the data file path into a gyp/gn define |