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

Unified Diff: components/signin/core/browser/signin_error_controller_unittest.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
« no previous file with comments | « components/signin/core/browser/fake_auth_status_provider.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/core/browser/signin_error_controller_unittest.cc
diff --git a/chrome/browser/signin/signin_error_controller_unittest.cc b/components/signin/core/browser/signin_error_controller_unittest.cc
similarity index 98%
rename from chrome/browser/signin/signin_error_controller_unittest.cc
rename to components/signin/core/browser/signin_error_controller_unittest.cc
index 2c5afee1c07a5ec82b3e100afa4e3b63edb28354..d143eddde2eb4322ec1ccede7641030e1a0afaf9 100644
--- a/chrome/browser/signin/signin_error_controller_unittest.cc
+++ b/components/signin/core/browser/signin_error_controller_unittest.cc
@@ -7,8 +7,7 @@
#include <functional>
#include "base/memory/scoped_ptr.h"
-#include "chrome/browser/signin/fake_auth_status_provider.h"
-#include "chrome/test/base/testing_profile.h"
+#include "components/signin/core/browser/fake_auth_status_provider.h"
#include "testing/gtest/include/gtest/gtest.h"
static const char kTestAccountId[] = "testuser@test.com";
« no previous file with comments | « components/signin/core/browser/fake_auth_status_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698