Index: services/device/public/interfaces/constants.mojom |
diff --git a/services/device/public/cpp/constants.cc b/services/device/public/interfaces/constants.mojom |
similarity index 54% |
rename from services/device/public/cpp/constants.cc |
rename to services/device/public/interfaces/constants.mojom |
index 8bf119d42b2a5c039ea83cbc2aa5ba70bc06a958..de400fc8b8734ed255ab998400a6747c0fdd54b2 100644 |
--- a/services/device/public/cpp/constants.cc |
+++ b/services/device/public/interfaces/constants.mojom |
@@ -2,10 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "services/device/public/cpp/constants.h" |
+module device.mojom; |
-namespace device { |
- |
-const char kDeviceServiceName[] = "device"; |
- |
-} // namespace device |
+const string kServiceName = "device"; |