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

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

Issue 50243005: ChromeOS: Remove unused IBus classes from chromeos/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years, 1 month 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 | « no previous file | chrome/browser/chromeos/input_method/input_method_engine_ibus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/input_method_engine_ibus.h
diff --git a/chrome/browser/chromeos/input_method/input_method_engine_ibus.h b/chrome/browser/chromeos/input_method/input_method_engine_ibus.h
index 12536134c63390ac4fc2dd66d93573b4a809ca45..aef6aa22b3a9ed878a97c9eac07563fcc545910c 100644
--- a/chrome/browser/chromeos/input_method/input_method_engine_ibus.h
+++ b/chrome/browser/chromeos/input_method/input_method_engine_ibus.h
@@ -9,8 +9,6 @@
#include <string>
#include <vector>
#include "chrome/browser/chromeos/input_method/input_method_engine.h"
-#include "chromeos/dbus/ibus/ibus_engine_factory_service.h"
-#include "chromeos/dbus/ibus/ibus_engine_service.h"
#include "chromeos/ime/ibus_bridge.h"
#include "dbus/object_path.h"
@@ -19,7 +17,9 @@ namespace chromeos {
class IBusComponent;
class IBusText;
+class IBusEngineFactoryService;
class IBusEngineService;
+
namespace input_method {
class CandidateWindow;
struct KeyEventHandle;
@@ -177,6 +177,9 @@ class InputMethodEngineIBus : public InputMethodEngine,
// Mapping of candidate id to index.
std::map<int, int> candidate_indexes_;
+ scoped_ptr<IBusEngineService> ibus_engine_service_;
+ scoped_ptr<IBusEngineFactoryService> ibus_engine_factory_service_;
+
// Used for making callbacks.
base::WeakPtrFactory<InputMethodEngineIBus> weak_ptr_factory_;
};
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/input_method_engine_ibus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698