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

Unified Diff: webkit/blob/blob_data_handle.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
« no previous file with comments | « sync/internal_api/test/fake_sync_manager.cc ('k') | webkit/blob/blob_storage_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/blob/blob_data_handle.cc
diff --git a/webkit/blob/blob_data_handle.cc b/webkit/blob/blob_data_handle.cc
index e61c88b4d3e74e9cb156740f04a0208a2c60f35f..b524330053c29f635e376452097584b5542c6f95 100644
--- a/webkit/blob/blob_data_handle.cc
+++ b/webkit/blob/blob_data_handle.cc
@@ -7,7 +7,7 @@
#include "base/bind.h"
#include "base/location.h"
#include "base/logging.h"
-#include "base/sequenced_task_runner.h"
+#include "base/task/sequenced_task_runner.h"
#include "webkit/blob/blob_data.h"
#include "webkit/blob/blob_storage_context.h"
« no previous file with comments | « sync/internal_api/test/fake_sync_manager.cc ('k') | webkit/blob/blob_storage_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698