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

Unified Diff: chrome/browser/chromeos/profiles/profile_helper.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 | « no previous file | chrome/browser/ui/app_list/app_list_test_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/profiles/profile_helper.h
diff --git a/chrome/browser/chromeos/profiles/profile_helper.h b/chrome/browser/chromeos/profiles/profile_helper.h
index 3d8a2cac289eef260e1a67a8f51b923ef4226658..481aacd78c960b0a58d78b57f1d425acf9f60429 100644
--- a/chrome/browser/chromeos/profiles/profile_helper.h
+++ b/chrome/browser/chromeos/profiles/profile_helper.h
@@ -5,6 +5,7 @@
#ifndef CHROME_BROWSER_CHROMEOS_PROFILES_PROFILE_HELPER_H_
#define CHROME_BROWSER_CHROMEOS_PROFILES_PROFILE_HELPER_H_
+#include <map>
#include <memory>
#include <string>
#include <vector>
@@ -17,6 +18,7 @@
#include "chrome/browser/chromeos/login/signin/oauth2_login_manager.h"
#include "components/user_manager/user_manager.h"
+class ArcAppTest;
class Profile;
namespace base {
@@ -159,6 +161,7 @@ class ProfileHelper
friend class SessionStateDelegateChromeOSTest;
friend class SystemTrayDelegateChromeOSTest;
friend class ash::test::MultiUserWindowManagerChromeOSTest;
+ friend class ::ArcAppTest;
friend class ::test::BrowserFinderChromeOSTest;
// Called when signin profile is cleared.
@@ -230,6 +233,6 @@ class ProfileHelper
DISALLOW_COPY_AND_ASSIGN(ProfileHelper);
};
-} // namespace chromeos
+} // namespace chromeos
#endif // CHROME_BROWSER_CHROMEOS_PROFILES_PROFILE_HELPER_H_
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/app_list_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698