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

Unified Diff: chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.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: chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc
diff --git a/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc b/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc
index a7bf05bbeeb4a0cb4208ee3fcd6d506cd305f8a7..53a87d9165ee88ecd1e36ba477ca75e69b9978d1 100644
--- a/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc
+++ b/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc
@@ -423,7 +423,7 @@ google_apis::CancelCallback DriveServiceOnWorker::UninstallApp(
google_apis::CancelCallback DriveServiceOnWorker::AddPermission(
const std::string& resource_id,
- const std::string& email,
+ const user_manager::UserID& email,
google_apis::drive::PermissionRole role,
const google_apis::EntryActionCallback& callback) {
NOTREACHED();

Powered by Google App Engine
This is Rietveld 408576698