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

Unified Diff: chromeos/dbus/ibus/ibus_component.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/ibus/ibus_client.cc ('k') | chromeos/dbus/ibus/ibus_component.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/ibus/ibus_component.h
diff --git a/chromeos/dbus/ibus/ibus_component.h b/chromeos/dbus/ibus/ibus_component.h
index ec1dc0c0c225bc447a8ca255cb1eb91c37f12779..065e94eaab9a5b62611dcb0a02af7d7ce5d409d2 100644
--- a/chromeos/dbus/ibus/ibus_component.h
+++ b/chromeos/dbus/ibus/ibus_component.h
@@ -16,8 +16,6 @@ class MessageReader;
} // namespace dbus
namespace chromeos {
-// TODO(nona): Remove ibus namespace after complete libibus removal.
-namespace ibus {
// The IBusComponents is one of IBusObjects and it contains one or more
// IBusEngineDesc object which describes details of engine information. This
@@ -145,7 +143,6 @@ class CHROMEOS_EXPORT IBusComponent {
DISALLOW_COPY_AND_ASSIGN(IBusComponent);
};
-} // namespace ibus
} // namespace chromeos
#endif // CHROMEOS_DBUS_IBUS_IBUS_COMPONENT_H_
« no previous file with comments | « chromeos/dbus/ibus/ibus_client.cc ('k') | chromeos/dbus/ibus/ibus_component.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698