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

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

Issue 10704118: Clean Up: Gather ibus constants to ibus_constants.h (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/ibus/ibus_input_context_client.cc
diff --git a/chromeos/dbus/ibus/ibus_input_context_client.cc b/chromeos/dbus/ibus/ibus_input_context_client.cc
index 8083f8cfb19afd7990a158db06007c763bd90f9f..43313c39d38c41a2bb1906a2ed804ea420567adf 100644
--- a/chromeos/dbus/ibus/ibus_input_context_client.cc
+++ b/chromeos/dbus/ibus/ibus_input_context_client.cc
@@ -7,7 +7,6 @@
#include <string>
#include "base/bind.h"
#include "base/callback.h"
-#include "chromeos/dbus/ibus/ibus_constants.h"
#include "chromeos/dbus/ibus/ibus_text.h"
#include "dbus/bus.h"
#include "dbus/message.h"
@@ -20,6 +19,7 @@ namespace chromeos {
using chromeos::ibus::IBusText;
namespace {
+const char kIBusServiceName[] = "org.freedesktop.IBus";
const char kIBusInputContextInterface[] = "org.freedesktop.IBus.InputContext";
satorux1 2012/07/10 07:21:40 you should instead move this to ibus_constants.h .
Seigo Nonaka 2012/07/10 08:06:37 Done.
// Signal names.
« no previous file with comments | « chromeos/dbus/ibus/ibus_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698