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

Unified Diff: services/device/public/cpp/constants.cc

Issue 2451413003: Introduce Device Service (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 | « services/device/public/cpp/constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/public/cpp/constants.cc
diff --git a/device/gamepad/gamepad_consumer.cc b/services/device/public/cpp/constants.cc
similarity index 63%
copy from device/gamepad/gamepad_consumer.cc
copy to services/device/public/cpp/constants.cc
index d5771ad6d178dfc4712fa89f2a647c6326a60a47..508f85db7a6cc7fd4ea2adf0fb5a504b29574152 100644
--- a/device/gamepad/gamepad_consumer.cc
+++ b/services/device/public/cpp/constants.cc
@@ -2,12 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "device/gamepad/gamepad_consumer.h"
+#include "services/device/public/cpp/constants.h"
namespace device {
-GamepadConsumer::GamepadConsumer() {}
-
-GamepadConsumer::~GamepadConsumer() {}
+const char kDeviceServiceName[] = "service:device";
} // namespace device
« no previous file with comments | « services/device/public/cpp/constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698