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

Unified Diff: content/browser/geolocation/wifi_polling_policy.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_polling_policy.h
diff --git a/device/geolocation/wifi_polling_policy.h b/content/browser/geolocation/wifi_polling_policy.h
similarity index 88%
copy from device/geolocation/wifi_polling_policy.h
copy to content/browser/geolocation/wifi_polling_policy.h
index 2d820403d925d4615f75d41c979877605b21c7fa..5798e5dddaa3c5c71544ee282664b5eaf10e08a1 100644
--- a/device/geolocation/wifi_polling_policy.h
+++ b/content/browser/geolocation/wifi_polling_policy.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef DEVICE_GEOLOCATION_WIFI_POLLING_POLICY_H_
-#define DEVICE_GEOLOCATION_WIFI_POLLING_POLICY_H_
+#ifndef CONTENT_BROWSER_GEOLOCATION_WIFI_POLLING_POLICY_H_
+#define CONTENT_BROWSER_GEOLOCATION_WIFI_POLLING_POLICY_H_
#include "base/macros.h"
-namespace device {
+namespace content {
// Allows sharing and mocking of the update polling policy function.
class WifiPollingPolicy {
@@ -52,6 +52,6 @@ class GenericWifiPollingPolicy : public WifiPollingPolicy {
int polling_interval_;
};
-} // namespace device
+} // namespace content
-#endif // DEVICE_GEOLOCATION_WIFI_POLLING_POLICY_H_
+#endif // CONTENT_BROWSER_GEOLOCATION_WIFI_POLLING_POLICY_H_
« no previous file with comments | « content/browser/geolocation/wifi_data_provider_win_unittest.cc ('k') | content/browser/web_contents/web_contents_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698