Index: chrome/browser/ui/app_list/app_list_service_mac.h |
diff --git a/chrome/browser/ui/app_list/app_list_service_mac.h b/chrome/browser/ui/app_list/app_list_service_mac.h |
index b9aa2c83008f3255185a29e5cd894816e7d954bc..e18b744e5cc581ff80598622c498da4df57afd0a 100644 |
--- a/chrome/browser/ui/app_list/app_list_service_mac.h |
+++ b/chrome/browser/ui/app_list/app_list_service_mac.h |
@@ -23,6 +23,10 @@ class Display; |
class Point; |
} |
+namespace test { |
+class AppListServiceMacTestApi; |
+} |
+ |
// AppListServiceMac manages global resources needed for the app list to |
// operate, and controls when the app list is opened and closed. |
class AppListServiceMac : public AppListServiceImpl, |
@@ -80,6 +84,7 @@ class AppListServiceMac : public AppListServiceImpl, |
virtual void OnShimQuit(apps::AppShimHandler::Host* host) OVERRIDE; |
private: |
+ friend class test::AppListServiceMacTestApi; |
friend struct DefaultSingletonTraits<AppListServiceMac>; |
AppListServiceMac(); |