| Index: ash/first_run/desktop_cleaner.h
|
| diff --git a/ash/first_run/desktop_cleaner.h b/ash/first_run/desktop_cleaner.h
|
| index fe762825de2aaa9aa34b1430ea4d1a6189a7f7b6..f16919af236b1ac9b1b34e80d37ebbb17cd50a60 100644
|
| --- a/ash/first_run/desktop_cleaner.h
|
| +++ b/ash/first_run/desktop_cleaner.h
|
| @@ -30,7 +30,7 @@ class ASH_EXPORT DesktopCleaner {
|
| // Returns the list of containers that DesctopCleaner hides.
|
| static std::vector<int> GetContainersToHideForTest();
|
|
|
| - std::vector<linked_ptr<ContainerHider> > container_hiders_;
|
| + std::vector<linked_ptr<ContainerHider>> container_hiders_;
|
| std::unique_ptr<NotificationBlocker> notification_blocker_;
|
|
|
| friend class ash::test::FirstRunHelperTest;
|
|
|