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

Unified Diff: chromeos/dbus/ibus/ibus_client.h

Issue 11783053: Clean Up: Remove ibus namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 11 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 | « chromeos/dbus/dbus_thread_manager.cc ('k') | chromeos/dbus/ibus/ibus_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/ibus/ibus_client.h
diff --git a/chromeos/dbus/ibus/ibus_client.h b/chromeos/dbus/ibus/ibus_client.h
index fb671ad4d3e05e7636172d3e49a4de8b152e1863..1a6647681c6eee5d791ddc5eb6a6fdc49a133fd6 100644
--- a/chromeos/dbus/ibus/ibus_client.h
+++ b/chromeos/dbus/ibus/ibus_client.h
@@ -19,10 +19,7 @@ class Bus;
namespace chromeos {
-namespace ibus {
class IBusComponent;
-} // namespace ibus
-
class IBusInputContextClient;
// A class to make the actual DBus calls for IBusBus service.
@@ -52,7 +49,7 @@ class CHROMEOS_EXPORT IBusClient {
// Requests the ibus-daemon to register new engine object. If succeeded,
// |callback| will be called. If failed, |error_callback| is called instead.
virtual void RegisterComponent(
- const ibus::IBusComponent& ibus_component,
+ const IBusComponent& ibus_component,
const RegisterComponentCallback& callback,
const ErrorCallback& error_callback) = 0;
« no previous file with comments | « chromeos/dbus/dbus_thread_manager.cc ('k') | chromeos/dbus/ibus/ibus_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698