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

Unified Diff: device/base/device_info_query_win.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_client.cc ('k') | device/base/device_info_query_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/base/device_info_query_win.h
diff --git a/device/core/device_info_query_win.h b/device/base/device_info_query_win.h
similarity index 85%
rename from device/core/device_info_query_win.h
rename to device/base/device_info_query_win.h
index 2e399e49261bf972b9f87b71791b9b75d1eafabe..17ee13bcb69da6c85295161317854339b6e387eb 100644
--- a/device/core/device_info_query_win.h
+++ b/device/base/device_info_query_win.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef DEVICE_CORE_DEVICE_INFO_QUERY_WIN_H_
-#define DEVICE_CORE_DEVICE_INFO_QUERY_WIN_H_
+#ifndef DEVICE_BASE_DEVICE_INFO_QUERY_WIN_H_
+#define DEVICE_BASE_DEVICE_INFO_QUERY_WIN_H_
#include <windows.h>
#include <setupapi.h>
@@ -11,14 +11,14 @@
#include <string>
#include "base/macros.h"
-#include "device/core/device_core_export.h"
+#include "device/base/device_base_export.h"
namespace device {
// Wraps HDEVINFO and SP_DEVINFO_DATA into a class that can automatically
// release them. Provides interfaces that can add a device using its
// device path, get device info and get device string property.
-class DEVICE_CORE_EXPORT DeviceInfoQueryWin {
+class DEVICE_BASE_EXPORT DeviceInfoQueryWin {
public:
DeviceInfoQueryWin();
~DeviceInfoQueryWin();
@@ -46,4 +46,4 @@ class DEVICE_CORE_EXPORT DeviceInfoQueryWin {
} // namespace device
-#endif // DEVICE_CORE_DEVICE_INFO_QUERY_WIN_H_
+#endif // DEVICE_BASE_DEVICE_INFO_QUERY_WIN_H_
« no previous file with comments | « device/base/device_client.cc ('k') | device/base/device_info_query_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698