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

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

Issue 11594008: Revert 173477 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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 | « chrome/browser/chromeos/input_method/DEPS ('k') | chrome/browser/chromeos/input_method/ibus_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/ibus_controller.h
===================================================================
--- chrome/browser/chromeos/input_method/ibus_controller.h (revision 173477)
+++ chrome/browser/chromeos/input_method/ibus_controller.h (working copy)
@@ -9,12 +9,6 @@
#include <utility>
#include <vector>
-#include "base/memory/ref_counted.h"
-
-namespace base {
-class SequencedTaskRunner;
-} // namespace base
-
namespace chromeos {
namespace input_method {
@@ -36,9 +30,7 @@
};
// Creates an instance of the class.
- static IBusController* Create(
- const scoped_refptr<base::SequencedTaskRunner>& default_task_runner,
- const scoped_refptr<base::SequencedTaskRunner>& worker_task_runner);
+ static IBusController* Create();
virtual ~IBusController();
« no previous file with comments | « chrome/browser/chromeos/input_method/DEPS ('k') | chrome/browser/chromeos/input_method/ibus_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698