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

Unified Diff: device/base/mock_device_client.h

Issue 2417043002: Move device/core files to device/base directory. (Closed)
Patch Set: Fix ChromeOS build Created 4 years, 2 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
« no previous file with comments | « device/base/device_monitor_win.cc ('k') | device/base/mock_device_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/base/mock_device_client.h
diff --git a/device/core/mock_device_client.h b/device/base/mock_device_client.h
similarity index 81%
rename from device/core/mock_device_client.h
rename to device/base/mock_device_client.h
index 810b8ff168a758cfd804de6a61efcfcb658bc921..04fbd1679b3dfadb558cb4b6881b96486e2678c2 100644
--- a/device/core/mock_device_client.h
+++ b/device/base/mock_device_client.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef DEVICE_CORE_MOCK_DEVICE_CLIENT_H_
-#define DEVICE_CORE_MOCK_DEVICE_CLIENT_H_
+#ifndef DEVICE_BASE_MOCK_DEVICE_CLIENT_H_
+#define DEVICE_BASE_MOCK_DEVICE_CLIENT_H_
#include <memory>
-#include "device/core/device_client.h"
+#include "device/base/device_client.h"
namespace device {
@@ -36,4 +36,4 @@ class MockDeviceClient : device::DeviceClient {
} // namespace device
-#endif // DEVICE_CORE_MOCK_DEVICE_CLIENT_H_
+#endif // DEVICE_BASE_MOCK_DEVICE_CLIENT_H_
« no previous file with comments | « device/base/device_monitor_win.cc ('k') | device/base/mock_device_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698