Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: chrome/browser/component_updater/cld_component_installer.cc

Issue 385013002: Componentize component_updater: Replace content::BrowserThread usage with task runners (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ran git cl format Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698