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

Unified Diff: content/browser/geolocation/fake_access_token_store.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/fake_access_token_store.cc
diff --git a/device/geolocation/fake_access_token_store.cc b/content/browser/geolocation/fake_access_token_store.cc
similarity index 93%
rename from device/geolocation/fake_access_token_store.cc
rename to content/browser/geolocation/fake_access_token_store.cc
index 1ef436d123cd5a2dc17f32ec0423ed8c3fbe5557..7b8bc4d9e155abe3faca7fd47a722a46a1f2abda 100644
--- a/device/geolocation/fake_access_token_store.cc
+++ b/content/browser/geolocation/fake_access_token_store.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/fake_access_token_store.h"
+#include "content/browser/geolocation/fake_access_token_store.h"
#include "base/bind.h"
#include "base/location.h"
@@ -12,7 +12,7 @@
using testing::_;
using testing::Invoke;
-namespace device {
+namespace content {
FakeAccessTokenStore::FakeAccessTokenStore() {
ON_CALL(*this, LoadAccessTokens(_))
@@ -50,4 +50,4 @@ void FakeAccessTokenStore::DefaultSaveAccessToken(
FakeAccessTokenStore::~FakeAccessTokenStore() {}
-} // namespace device
+} // namespace content
« no previous file with comments | « content/browser/geolocation/fake_access_token_store.h ('k') | content/browser/geolocation/geolocation_provider_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698