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

Unified Diff: chrome/browser/ui/app_list/arc/arc_app_test.h

Issue 2150583002: Fix ArcAppModelBuilderTest (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Addressed feedback Created 4 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
« no previous file with comments | « chrome/browser/ui/app_list/app_list_test_util.cc ('k') | chrome/browser/ui/app_list/arc/arc_app_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/arc/arc_app_test.h
diff --git a/chrome/browser/ui/app_list/arc/arc_app_test.h b/chrome/browser/ui/app_list/arc/arc_app_test.h
index 497043bbd77bc2a1c299853de7ee444494762ec5..ad079d1ac7608699438653871007d943417e0a9f 100644
--- a/chrome/browser/ui/app_list/arc/arc_app_test.h
+++ b/chrome/browser/ui/app_list/arc/arc_app_test.h
@@ -27,6 +27,10 @@ class FakeChromeUserManager;
class ScopedUserManagerEnabler;
}
+namespace user_manager {
+class User;
+}
+
class ArcAppListPrefs;
class Profile;
@@ -70,7 +74,7 @@ class ArcAppTest {
arc::ArcAuthService* arc_auth_service() { return auth_service_.get(); }
private:
- void CreateUserAndLogin();
+ const user_manager::User* CreateUserAndLogin();
bool FindPackage(const arc::mojom::ArcPackageInfo& package);
// Unowned pointer.
« no previous file with comments | « chrome/browser/ui/app_list/app_list_test_util.cc ('k') | chrome/browser/ui/app_list/arc/arc_app_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698