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

Unified Diff: chrome/browser/chromeos/attestation/platform_verification_flow_unittest.cc

Issue 398753004: [cros] Move User class to user_manager component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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: chrome/browser/chromeos/attestation/platform_verification_flow_unittest.cc
diff --git a/chrome/browser/chromeos/attestation/platform_verification_flow_unittest.cc b/chrome/browser/chromeos/attestation/platform_verification_flow_unittest.cc
index 20b5f28eeb14c3014d985a730040ee04e62b08f3..668b522b4dd05448980dba04fedcd01e74bc1132 100644
--- a/chrome/browser/chromeos/attestation/platform_verification_flow_unittest.cc
+++ b/chrome/browser/chromeos/attestation/platform_verification_flow_unittest.cc
@@ -89,7 +89,8 @@ class FakeDelegate : public PlatformVerificationFlow::Delegate {
return url_;
}
- virtual User* GetUser(content::WebContents* web_contents) OVERRIDE {
+ virtual user_manager::User* GetUser(
+ content::WebContents* web_contents) OVERRIDE {
return mock_user_manager_.GetActiveUser();
}

Powered by Google App Engine
This is Rietveld 408576698