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

Unified Diff: services/device/vibration/vibration_manager_impl_default.cc

Issue 2776983002: [DeviceService] Move all vibration codes into //services/device (Closed)
Patch Set: Rebase only Created 3 years, 8 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
Index: services/device/vibration/vibration_manager_impl_default.cc
diff --git a/device/vibration/vibration_manager_impl_default.cc b/services/device/vibration/vibration_manager_impl_default.cc
similarity index 94%
rename from device/vibration/vibration_manager_impl_default.cc
rename to services/device/vibration/vibration_manager_impl_default.cc
index c073f69a1f0fecfc80974aee551ff36af7cf822d..60bfd11bec2c7f83269e3eb9764289572783665a 100644
--- a/device/vibration/vibration_manager_impl_default.cc
+++ b/services/device/vibration/vibration_manager_impl_default.cc
@@ -2,11 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "services/device/vibration/vibration_manager_impl.h"
+
#include <stdint.h>
#include <utility>
#include "base/memory/ptr_util.h"
-#include "device/vibration/vibration_manager_impl.h"
#include "mojo/public/cpp/bindings/strong_binding.h"
namespace device {
« no previous file with comments | « services/device/vibration/vibration_manager_impl.h ('k') | services/device/vibration/vibration_manager_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698