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

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

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
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),

Powered by Google App Engine
This is Rietveld 408576698