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

Unified Diff: chromeos/attestation/mock_attestation_flow.h

Issue 1165323004: We should use UserID object to identify users instead of username. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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: chromeos/attestation/mock_attestation_flow.h
diff --git a/chromeos/attestation/mock_attestation_flow.h b/chromeos/attestation/mock_attestation_flow.h
index efefd94f3125651e9c882a062016d5d858c95f96..e31d7575bd5e2b240b6ddd4a55d4195055a49b16 100644
--- a/chromeos/attestation/mock_attestation_flow.h
+++ b/chromeos/attestation/mock_attestation_flow.h
@@ -9,6 +9,7 @@
#include "base/basictypes.h"
#include "base/callback.h"
+#include "components/user_manager/user_id.h"
#include "testing/gmock/include/gmock/gmock.h"
namespace chromeos {
@@ -67,7 +68,7 @@ class MockAttestationFlow : public AttestationFlow {
virtual ~MockAttestationFlow();
MOCK_METHOD5(GetCertificate, void(AttestationCertificateProfile,
- const std::string&,
+ const user_manager::UserID&,
const std::string&,
bool,
const CertificateCallback&));

Powered by Google App Engine
This is Rietveld 408576698