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

Unified Diff: chrome/browser/component_updater/sw_reporter_installer_win.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/sw_reporter_installer_win.cc
diff --git a/chrome/browser/component_updater/sw_reporter_installer_win.cc b/chrome/browser/component_updater/sw_reporter_installer_win.cc
index f70202781a567b8a8a1879517a4d21b5533a2020..c7fdc0d74ecb337f5f65eeba38ba5ed33c6ac0f3 100644
--- a/chrome/browser/component_updater/sw_reporter_installer_win.cc
+++ b/chrome/browser/component_updater/sw_reporter_installer_win.cc
@@ -22,6 +22,7 @@
#include "base/process/kill.h"
#include "base/process/launch.h"
#include "base/task_runner_util.h"
+#include "base/threading/sequenced_worker_pool.h"
waffles 2014/07/22 21:21:00 Is this still needed?
tommycli 2014/07/22 21:47:43 Done.
#include "base/threading/worker_pool.h"
#include "base/win/registry.h"
#include "chrome/browser/browser_process.h"

Powered by Google App Engine
This is Rietveld 408576698