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

Unified Diff: device/geolocation/fake_access_token_store.cc

Issue 2192683002: Reland 2:Geolocation: move from content/browser to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ignore size_t_to_int truncation warning 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 | « device/geolocation/fake_access_token_store.h ('k') | device/geolocation/geolocation.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/geolocation/fake_access_token_store.cc
diff --git a/content/browser/geolocation/fake_access_token_store.cc b/device/geolocation/fake_access_token_store.cc
similarity index 93%
rename from content/browser/geolocation/fake_access_token_store.cc
rename to device/geolocation/fake_access_token_store.cc
index 7b8bc4d9e155abe3faca7fd47a722a46a1f2abda..1ef436d123cd5a2dc17f32ec0423ed8c3fbe5557 100644
--- a/content/browser/geolocation/fake_access_token_store.cc
+++ b/device/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 "content/browser/geolocation/fake_access_token_store.h"
+#include "device/geolocation/fake_access_token_store.h"
#include "base/bind.h"
#include "base/location.h"
@@ -12,7 +12,7 @@
using testing::_;
using testing::Invoke;
-namespace content {
+namespace device {
FakeAccessTokenStore::FakeAccessTokenStore() {
ON_CALL(*this, LoadAccessTokens(_))
@@ -50,4 +50,4 @@ void FakeAccessTokenStore::DefaultSaveAccessToken(
FakeAccessTokenStore::~FakeAccessTokenStore() {}
-} // namespace content
+} // namespace device
« no previous file with comments | « device/geolocation/fake_access_token_store.h ('k') | device/geolocation/geolocation.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698