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

Unified Diff: chromeos/dbus/ibus/ibus_component_unittest.cc

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_component.cc ('k') | chromeos/dbus/ibus/ibus_config_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/ibus/ibus_component_unittest.cc
diff --git a/chromeos/dbus/ibus/ibus_component_unittest.cc b/chromeos/dbus/ibus/ibus_component_unittest.cc
index 5733a2b7138b75102b1dd7bb606e54aa24afdbb8..2bed5517ce100a65f900222b1bc34421d5dcca2d 100644
--- a/chromeos/dbus/ibus/ibus_component_unittest.cc
+++ b/chromeos/dbus/ibus/ibus_component_unittest.cc
@@ -10,7 +10,6 @@
#include "testing/gtest/include/gtest/gtest.h"
namespace chromeos {
-namespace ibus {
TEST(IBusComponentTest, WriteReadIBusComponentTest) {
const std::string kName = "Component Name";
@@ -83,5 +82,4 @@ TEST(IBusComponentTest, WriteReadIBusComponentTest) {
EXPECT_EQ(kEngineLayout2, engine_descriptions[1].layout);
}
-} // namespace ibus
} // namespace chromeos
« no previous file with comments | « chromeos/dbus/ibus/ibus_component.cc ('k') | chromeos/dbus/ibus/ibus_config_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698