| 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 b7cbf11a3b071e44c853f2a6428036072fce5684..bb4b761334edb9e0bd362c7ea594a3e71f550920 100644 | 
| --- a/chrome/browser/ui/app_list/arc/arc_app_test.h | 
| +++ b/chrome/browser/ui/app_list/arc/arc_app_test.h | 
| @@ -5,6 +5,7 @@ | 
| #ifndef CHROME_BROWSER_UI_APP_LIST_ARC_ARC_APP_TEST_H_ | 
| #define CHROME_BROWSER_UI_APP_LIST_ARC_ARC_APP_TEST_H_ | 
|  | 
| +#include <string> | 
| #include <vector> | 
|  | 
| #include "base/macros.h" | 
| @@ -30,6 +31,7 @@ class ArcAppTest { | 
|  | 
| static std::string GetAppId(const arc::AppInfo& app_info); | 
|  | 
| +  // The 0th item is sticky but not the followings. | 
| const std::vector<arc::AppInfo>& fake_apps() const { return fake_apps_; } | 
|  | 
| arc::FakeArcBridgeService* bridge_service() { return bridge_service_.get(); } | 
| @@ -47,5 +49,4 @@ class ArcAppTest { | 
| DISALLOW_COPY_AND_ASSIGN(ArcAppTest); | 
| }; | 
|  | 
| -#endif // CHROME_BROWSER_UI_APP_LIST_ARC_ARC_APP_TEST_H_ | 
| - | 
| +#endif  // CHROME_BROWSER_UI_APP_LIST_ARC_ARC_APP_TEST_H_ | 
|  |