Chromium Code Reviews| Index: apps/app_shim/app_shim_host_manager_mac.h |
| diff --git a/apps/app_shim/app_shim_host_manager_mac.h b/apps/app_shim/app_shim_host_manager_mac.h |
| index 13283ee980665f1fe488da4799985829870dfc39..32e7ea6dfa5775304ce36f9d8fef062e0e488e41 100644 |
| --- a/apps/app_shim/app_shim_host_manager_mac.h |
| +++ b/apps/app_shim/app_shim_host_manager_mac.h |
| @@ -5,6 +5,7 @@ |
| #ifndef CHROME_BROWSER_WEB_APPLICATIONS_APP_SHIM_HOST_MANAGER_MAC_H_ |
| #define CHROME_BROWSER_WEB_APPLICATIONS_APP_SHIM_HOST_MANAGER_MAC_H_ |
| +#include "apps/app_shim/extension_app_shim_handler_mac.h" |
| #include "base/mac/scoped_cftyperef.h" |
|
tapted
2013/05/23 07:03:11
while you're here... I think this one and base/thr
jackhou1
2013/05/24 00:12:27
Done.
|
| #include "base/memory/weak_ptr.h" |
| #include "base/threading/thread.h" |
| @@ -34,6 +35,8 @@ class AppShimHostManager |
| scoped_ptr<IPC::ChannelFactory> factory_; |
| + apps::ExtensionAppShimHandler extension_app_shim_handler_; |
| + |
| DISALLOW_COPY_AND_ASSIGN(AppShimHostManager); |
| }; |