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

Unified Diff: chromeos/cryptohome/mock_async_method_caller.cc

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/cryptohome/mock_async_method_caller.cc
diff --git a/chromeos/cryptohome/mock_async_method_caller.cc b/chromeos/cryptohome/mock_async_method_caller.cc
index 7f39eef4f20a46b6b671b28ecb8b2f0be29caa1a..7a396c909b5e003a46cea0fd4aa3dc3814220448 100644
--- a/chromeos/cryptohome/mock_async_method_caller.cc
+++ b/chromeos/cryptohome/mock_async_method_caller.cc
@@ -4,6 +4,8 @@
#include "chromeos/cryptohome/mock_async_method_caller.h"
+#include "components/user_manager/user_id.h"
+
using ::testing::Invoke;
using ::testing::WithArgs;
using ::testing::_;

Powered by Google App Engine
This is Rietveld 408576698