| 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
|
|
|