Chromium Code Reviews| 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> |
|
Luis Héctor Chávez
2016/07/14 22:44:32
`git cl lint` asked me to do this, as well as L236
xiyuan
2016/07/14 22:59:32
Acknowledged.
|
| #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_ |