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

Unified Diff: content/browser/geolocation/wifi_data_provider_linux.h

Issue 2192683003: Revert of Reland: Geolocation: move from content/browser to device/ (patchset #2 id:20001 of https:… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2810
Patch Set: Created 4 years, 5 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: content/browser/geolocation/wifi_data_provider_linux.h
diff --git a/device/geolocation/wifi_data_provider_linux.h b/content/browser/geolocation/wifi_data_provider_linux.h
similarity index 60%
copy from device/geolocation/wifi_data_provider_linux.h
copy to content/browser/geolocation/wifi_data_provider_linux.h
index 69dd37e51366a550f59161dc6710c3e97c20c324..238c95a8f0d6cb7bbd54e112412201b2746cb277 100644
--- a/device/geolocation/wifi_data_provider_linux.h
+++ b/content/browser/geolocation/wifi_data_provider_linux.h
@@ -2,22 +2,21 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef DEVICE_GEOLOCATION_WIFI_DATA_PROVIDER_LINUX_H_
-#define DEVICE_GEOLOCATION_WIFI_DATA_PROVIDER_LINUX_H_
+#ifndef CONTENT_BROWSER_GEOLOCATION_WIFI_DATA_PROVIDER_LINUX_H_
+#define CONTENT_BROWSER_GEOLOCATION_WIFI_DATA_PROVIDER_LINUX_H_
#include "base/compiler_specific.h"
#include "base/macros.h"
-#include "device/geolocation/geolocation_export.h"
-#include "device/geolocation/wifi_data_provider_common.h"
+#include "content/browser/geolocation/wifi_data_provider_common.h"
+#include "content/common/content_export.h"
namespace dbus {
class Bus;
};
-namespace device {
+namespace content {
-class DEVICE_GEOLOCATION_EXPORT WifiDataProviderLinux
- : public WifiDataProviderCommon {
+class CONTENT_EXPORT WifiDataProviderLinux : public WifiDataProviderCommon {
public:
WifiDataProviderLinux();
@@ -36,6 +35,6 @@ class DEVICE_GEOLOCATION_EXPORT WifiDataProviderLinux
DISALLOW_COPY_AND_ASSIGN(WifiDataProviderLinux);
};
-} // namespace device
+} // namespace content
-#endif // DEVICE_GEOLOCATION_WIFI_DATA_PROVIDER_LINUX_H_
+#endif // CONTENT_BROWSER_GEOLOCATION_WIFI_DATA_PROVIDER_LINUX_H_

Powered by Google App Engine
This is Rietveld 408576698