| Index: components/signin/core/browser/fake_auth_status_provider.h
|
| diff --git a/chrome/browser/signin/fake_auth_status_provider.h b/components/signin/core/browser/fake_auth_status_provider.h
|
| similarity index 85%
|
| rename from chrome/browser/signin/fake_auth_status_provider.h
|
| rename to components/signin/core/browser/fake_auth_status_provider.h
|
| index 98565580628cd64ce3673a15488106e73e3112b9..08782e750a34d14535d8ee0bd30f030047164793 100644
|
| --- a/chrome/browser/signin/fake_auth_status_provider.h
|
| +++ b/components/signin/core/browser/fake_auth_status_provider.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 CHROME_BROWSER_SIGNIN_FAKE_AUTH_STATUS_PROVIDER_H_
|
| -#define CHROME_BROWSER_SIGNIN_FAKE_AUTH_STATUS_PROVIDER_H_
|
| +#ifndef COMPONENTS_SIGNIN_CORE_BROWSER_FAKE_AUTH_STATUS_PROVIDER_H_
|
| +#define COMPONENTS_SIGNIN_CORE_BROWSER_FAKE_AUTH_STATUS_PROVIDER_H_
|
|
|
| #include "components/signin/core/browser/signin_error_controller.h"
|
|
|
| @@ -35,4 +35,4 @@ class FakeAuthStatusProvider
|
| GoogleServiceAuthError auth_error_;
|
| };
|
|
|
| -#endif // CHROME_BROWSER_SIGNIN_FAKE_AUTH_STATUS_PROVIDER_H_
|
| +#endif // COMPONENTS_SIGNIN_CORE_BROWSER_FAKE_AUTH_STATUS_PROVIDER_H_
|
|
|