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

Unified Diff: content/browser/geolocation/wifi_data.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
« no previous file with comments | « content/browser/geolocation/network_location_request.cc ('k') | content/browser/geolocation/wifi_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/geolocation/wifi_data.h
diff --git a/device/geolocation/wifi_data.h b/content/browser/geolocation/wifi_data.h
similarity index 81%
rename from device/geolocation/wifi_data.h
rename to content/browser/geolocation/wifi_data.h
index 8b2efe5bc9c6574a1e54fd9fec8a940f94cca3c5..b3cf569bb714b6e66caf7e9f95bc805d1c6f5d0d 100644
--- a/device/geolocation/wifi_data.h
+++ b/content/browser/geolocation/wifi_data.h
@@ -2,18 +2,18 @@
// 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_H_
-#define DEVICE_GEOLOCATION_WIFI_DATA_H_
+#ifndef CONTENT_BROWSER_GEOLOCATION_WIFI_DATA_H_
+#define CONTENT_BROWSER_GEOLOCATION_WIFI_DATA_H_
#include <set>
#include "base/strings/string16.h"
-#include "device/geolocation/geolocation_export.h"
+#include "content/common/content_export.h"
-namespace device {
+namespace content {
// Wifi data relating to a single access point.
-struct DEVICE_GEOLOCATION_EXPORT AccessPointData {
+struct CONTENT_EXPORT AccessPointData {
AccessPointData();
~AccessPointData();
@@ -35,7 +35,7 @@ struct AccessPointDataLess {
};
// All data for wifi.
-struct DEVICE_GEOLOCATION_EXPORT WifiData {
+struct CONTENT_EXPORT WifiData {
WifiData();
WifiData(const WifiData& other);
~WifiData();
@@ -49,6 +49,6 @@ struct DEVICE_GEOLOCATION_EXPORT WifiData {
AccessPointDataSet access_point_data;
};
-} // namespace device
+} // namespace content
-#endif // DEVICE_GEOLOCATION_WIFI_DATA_H_
+#endif // CONTENT_BROWSER_GEOLOCATION_WIFI_DATA_H_
« no previous file with comments | « content/browser/geolocation/network_location_request.cc ('k') | content/browser/geolocation/wifi_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698