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

Unified Diff: services/device/sensors/data_fetcher_shared_memory_base_unittest.cc

Issue 2819273006: Move //device/sensor impl to be part of the internal implemenation of the Device Service. (Closed)
Patch Set: Move //device/sensor impl to be part of the internal implemenation of the Device Service 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/sensors/data_fetcher_shared_memory_base_unittest.cc
diff --git a/device/sensors/data_fetcher_shared_memory_base_unittest.cc b/services/device/sensors/data_fetcher_shared_memory_base_unittest.cc
similarity index 98%
rename from device/sensors/data_fetcher_shared_memory_base_unittest.cc
rename to services/device/sensors/data_fetcher_shared_memory_base_unittest.cc
index 2f01f707e2f0227a8734bd055d8dba1c3082bcfb..d3bb3a5f47c45cc69a0f7c073756919d93059bed 100644
--- a/device/sensors/data_fetcher_shared_memory_base_unittest.cc
+++ b/services/device/sensors/data_fetcher_shared_memory_base_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "device/sensors/data_fetcher_shared_memory_base.h"
+#include "services/device/sensors/data_fetcher_shared_memory_base.h"
#include "base/logging.h"
#include "base/macros.h"
@@ -10,9 +10,9 @@
#include "base/single_thread_task_runner.h"
#include "base/synchronization/waitable_event.h"
#include "base/threading/thread.h"
-#include "device/sensors/public/cpp/device_light_hardware_buffer.h"
-#include "device/sensors/public/cpp/device_motion_hardware_buffer.h"
-#include "device/sensors/public/cpp/device_orientation_hardware_buffer.h"
+#include "services/device/public/cpp/sensors/device_light_hardware_buffer.h"
+#include "services/device/public/cpp/sensors/device_motion_hardware_buffer.h"
+#include "services/device/public/cpp/sensors/device_orientation_hardware_buffer.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace device {

Powered by Google App Engine
This is Rietveld 408576698