Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(615)

Unified Diff: components/signin/core/browser/fake_auth_status_provider.h

Issue 216943002: Componentize SigninErrorController unittest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing dependency Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/signin.gypi ('k') | components/signin/core/browser/fake_auth_status_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/signin.gypi ('k') | components/signin/core/browser/fake_auth_status_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698