| Index: chromecast/browser/geolocation/cast_access_token_store.h
|
| diff --git a/chromecast/shell/browser/geolocation/cast_access_token_store.h b/chromecast/browser/geolocation/cast_access_token_store.h
|
| similarity index 84%
|
| rename from chromecast/shell/browser/geolocation/cast_access_token_store.h
|
| rename to chromecast/browser/geolocation/cast_access_token_store.h
|
| index 215aae33d1f34f5dfc12dbe368ea3bbe300fe643..02bbc7cbafbe786aaf7f4e45f79675fd41421172 100644
|
| --- a/chromecast/shell/browser/geolocation/cast_access_token_store.h
|
| +++ b/chromecast/browser/geolocation/cast_access_token_store.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROMECAST_SHELL_BROWSER_GEOLOCATION_CAST_ACCESS_TOKEN_STORE_H_
|
| -#define CHROMECAST_SHELL_BROWSER_GEOLOCATION_CAST_ACCESS_TOKEN_STORE_H_
|
| +#ifndef CHROMECAST_BROWSER_GEOLOCATION_CAST_ACCESS_TOKEN_STORE_H_
|
| +#define CHROMECAST_BROWSER_GEOLOCATION_CAST_ACCESS_TOKEN_STORE_H_
|
|
|
| #include "base/macros.h"
|
| #include "content/public/browser/access_token_store.h"
|
| @@ -44,4 +44,4 @@ class CastAccessTokenStore : public content::AccessTokenStore {
|
| } // namespace shell
|
| } // namespace chromecast
|
|
|
| -#endif // CHROMECAST_SHELL_BROWSER_GEOLOCATION_CAST_ACCESS_TOKEN_STORE_H_
|
| +#endif // CHROMECAST_BROWSER_GEOLOCATION_CAST_ACCESS_TOKEN_STORE_H_
|
|
|