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

Unified Diff: content/browser/geolocation/wifi_data.cc

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/wifi_data.h ('k') | content/browser/geolocation/wifi_data_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/geolocation/wifi_data.cc
diff --git a/device/geolocation/wifi_data.cc b/content/browser/geolocation/wifi_data.cc
similarity index 94%
rename from device/geolocation/wifi_data.cc
rename to content/browser/geolocation/wifi_data.cc
index 6b8fdb237693e868f5f40c187a162e88be69fc79..d82e6f442f0334ac3db46680335e216416423f70 100644
--- a/device/geolocation/wifi_data.cc
+++ b/content/browser/geolocation/wifi_data.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/geolocation/wifi_data.h"
+#include "content/browser/geolocation/wifi_data.h"
#include <stddef.h>
#include <stdint.h>
@@ -12,7 +12,7 @@
#include "base/logging.h"
-namespace device {
+namespace content {
AccessPointData::AccessPointData()
: radio_signal_strength(std::numeric_limits<int32_t>::min()),
@@ -54,4 +54,4 @@ bool WifiData::DiffersSignificantly(const WifiData& other) const {
return max_ap_count > num_common + difference_threadhold;
}
-} // namespace device
+} // namespace content
« no previous file with comments | « content/browser/geolocation/wifi_data.h ('k') | content/browser/geolocation/wifi_data_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698