Index: components/signin/core/browser/fake_auth_status_provider.cc |
diff --git a/chrome/browser/signin/fake_auth_status_provider.cc b/components/signin/core/browser/fake_auth_status_provider.cc |
similarity index 92% |
rename from chrome/browser/signin/fake_auth_status_provider.cc |
rename to components/signin/core/browser/fake_auth_status_provider.cc |
index aacf6008fe5479284709b34b2c270c5fc064c0b8..9bde05707beeb4fce1f6e701408b2ea216a75f7f 100644 |
--- a/chrome/browser/signin/fake_auth_status_provider.cc |
+++ b/components/signin/core/browser/fake_auth_status_provider.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 "chrome/browser/signin/fake_auth_status_provider.h" |
+#include "components/signin/core/browser/fake_auth_status_provider.h" |
FakeAuthStatusProvider::FakeAuthStatusProvider(SigninErrorController* error) |
: error_provider_(error), |