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

Unified Diff: content/browser/geolocation/wifi_data_provider_common.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
Index: content/browser/geolocation/wifi_data_provider_common.cc
diff --git a/device/geolocation/wifi_data_provider_common.cc b/content/browser/geolocation/wifi_data_provider_common.cc
similarity index 96%
rename from device/geolocation/wifi_data_provider_common.cc
rename to content/browser/geolocation/wifi_data_provider_common.cc
index e5ac86fadc2094a0e2982865e16c3f260bc2d83a..572455a6c4f3c1b1bf7797ecd1c645f4d7004f4e 100644
--- a/device/geolocation/wifi_data_provider_common.cc
+++ b/content/browser/geolocation/wifi_data_provider_common.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_provider_common.h"
+#include "content/browser/geolocation/wifi_data_provider_common.h"
#include "base/bind.h"
#include "base/location.h"
@@ -10,7 +10,7 @@
#include "base/strings/stringprintf.h"
#include "base/strings/utf_string_conversions.h"
-namespace device {
+namespace content {
base::string16 MacAddressAsString16(const uint8_t mac_as_int[6]) {
// mac_as_int is big-endian. Write in byte chunks.
@@ -88,4 +88,4 @@ void WifiDataProviderCommon::ScheduleNextScan(int interval) {
base::TimeDelta::FromMilliseconds(interval));
}
-} // namespace device
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698