Index: components/wallpaper/wallpaper_manager_base.h |
diff --git a/components/wallpaper/wallpaper_manager_base.h b/components/wallpaper/wallpaper_manager_base.h |
index d66abc07f950daf60ccbbffb631277c43de4c315..1c80e4a7881ad92ec978bc17a2ac6ddf89c0c939 100644 |
--- a/components/wallpaper/wallpaper_manager_base.h |
+++ b/components/wallpaper/wallpaper_manager_base.h |
@@ -346,8 +346,8 @@ class WALLPAPER_EXPORT WallpaperManagerBase { |
// Returns queue size. |
virtual size_t GetPendingListSizeForTesting() const = 0; |
- // Ruturns files identifier for the user. |
- virtual WallpaperFilesId GetFilesId(const user_manager::User& user) const = 0; |
+ // Ruturns files identifier for the |account_id|. |
+ virtual WallpaperFilesId GetFilesId(const AccountId& account_id) const = 0; |
protected: |
friend class TestApi; |