| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
|
| index 4d287e3a63950cfe4d506c844472841826d42a8c..d9502ce3aa6a2b436ae2214eb9ce4e14f045429c 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
|
| @@ -15,6 +15,7 @@
|
| #include "ash/shelf/shelf_delegate.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| +#include "base/memory/weak_ptr.h"
|
| #include "build/build_config.h"
|
| #include "chrome/browser/ui/app_icon_loader.h"
|
| #include "chrome/browser/ui/app_list/app_list_syncable_service.h"
|
| @@ -373,6 +374,8 @@ class ChromeLauncherControllerImpl
|
| typedef std::map<std::string, RunningAppListIds> RunningAppListIdMap;
|
| RunningAppListIdMap last_used_running_application_order_;
|
|
|
| + base::WeakPtrFactory<ChromeLauncherControllerImpl> weak_ptr_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ChromeLauncherControllerImpl);
|
| };
|
|
|
|
|