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

Unified Diff: chrome/browser/chromeos/input_method/input_method_configuration.h

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: chrome/browser/chromeos/input_method/input_method_configuration.h
diff --git a/chrome/browser/chromeos/input_method/input_method_configuration.h b/chrome/browser/chromeos/input_method/input_method_configuration.h
index 6d56ce2b1abdf9126c16c501598e1053ed8fcb06..166de06463345576e759b2142c4e0c0efae27422 100644
--- a/chrome/browser/chromeos/input_method/input_method_configuration.h
+++ b/chrome/browser/chromeos/input_method/input_method_configuration.h
@@ -5,7 +5,7 @@
#ifndef CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_CONFIGURATION_H_
#define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_CONFIGURATION_H_
-#include "base/sequenced_task_runner.h"
+#include "base/task/sequenced_task_runner.h"
namespace chromeos {
namespace input_method {

Powered by Google App Engine
This is Rietveld 408576698