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

Unified Diff: net/proxy/proxy_config_service_android.cc

Issue 14927008: Move sequenced_task_runner to base/task (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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: net/proxy/proxy_config_service_android.cc
diff --git a/net/proxy/proxy_config_service_android.cc b/net/proxy/proxy_config_service_android.cc
index adaec8b6acb605928269253eab6a4efb0712fda9..62379915e3b810599fdd5b5cb2f1d80b218f6e80 100644
--- a/net/proxy/proxy_config_service_android.cc
+++ b/net/proxy/proxy_config_service_android.cc
@@ -15,9 +15,9 @@
#include "base/logging.h"
#include "base/memory/ref_counted.h"
#include "base/observer_list.h"
-#include "base/sequenced_task_runner.h"
#include "base/string_util.h"
#include "base/strings/string_tokenizer.h"
+#include "base/task/sequenced_task_runner.h"
#include "googleurl/src/url_parse.h"
#include "jni/ProxyChangeListener_jni.h"
#include "net/base/host_port_pair.h"
« no previous file with comments | « media/video/capture/screen/screen_capture_device_unittest.cc ('k') | net/url_request/url_request_context_getter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698