| Index: chromecast/browser/geolocation/cast_access_token_store.cc
|
| diff --git a/chromecast/shell/browser/geolocation/cast_access_token_store.cc b/chromecast/browser/geolocation/cast_access_token_store.cc
|
| similarity index 88%
|
| rename from chromecast/shell/browser/geolocation/cast_access_token_store.cc
|
| rename to chromecast/browser/geolocation/cast_access_token_store.cc
|
| index cae51df64177d48f7a6986ce48e028e092bc48c8..54624f2294794d6b528e3dbcfadd9ceaf924821f 100644
|
| --- a/chromecast/shell/browser/geolocation/cast_access_token_store.cc
|
| +++ b/chromecast/browser/geolocation/cast_access_token_store.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chromecast/shell/browser/geolocation/cast_access_token_store.h"
|
| +#include "chromecast/browser/geolocation/cast_access_token_store.h"
|
|
|
| #include "base/callback_helpers.h"
|
| -#include "chromecast/shell/browser/cast_browser_context.h"
|
| -#include "chromecast/shell/browser/cast_content_browser_client.h"
|
| +#include "chromecast/browser/cast_browser_context.h"
|
| +#include "chromecast/browser/cast_content_browser_client.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/common/content_client.h"
|
|
|
|
|