Index: chromeos/dbus/ibus/ibus_constants.h |
diff --git a/chromeos/dbus/ibus/ibus_constants.h b/chromeos/dbus/ibus/ibus_constants.h |
deleted file mode 100644 |
index dceab68443e86e530103d506ab1510e75279c7c7..0000000000000000000000000000000000000000 |
--- a/chromeos/dbus/ibus/ibus_constants.h |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#ifndef CHROMEOS_DBUS_IBUS_IBUS_CONST_H_ |
-#define CHROMEOS_DBUS_IBUS_IBUS_CONST_H_ |
- |
-namespace chromeos { |
- |
-const char kIBusServiceName[] = "org.freedesktop.IBus"; |
-const char kIBusServicePath[] = "/org/freedesktop/IBus"; |
-const char kIBusServiceInterface[] = "org.freedesktop.IBus"; |
- |
-const char kIBusBusCreateInputContextMethod[] = "CreateInputContext"; |
- |
-} // namespace chromeos |
- |
-#endif // CHROMEOS_DBUS_IBUS_IBUS_CONST_H_ |