| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc
|
| index 53d13883715a14f533d952c642a08e7f2ba9eb8c..ea707490eb38543eb9e2e982f95dffc1cda91ed7 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc
|
| @@ -81,6 +81,9 @@
|
| #include "components/arc/test/fake_arc_bridge_service.h"
|
| #include "components/exo/shell_surface.h"
|
| #include "components/signin/core/account_id/account_id.h"
|
| +#include "components/sync/api/fake_sync_change_processor.h"
|
| +#include "components/sync/api/sync_error_factory_mock.h"
|
| +#include "components/sync/protocol/sync.pb.h"
|
| #include "components/syncable_prefs/testing_pref_service_syncable.h"
|
| #include "components/user_manager/fake_user_manager.h"
|
| #include "content/public/browser/web_contents.h"
|
| @@ -92,9 +95,6 @@
|
| #include "extensions/browser/app_window/native_app_window.h"
|
| #include "extensions/common/extension.h"
|
| #include "extensions/common/manifest_constants.h"
|
| -#include "sync/api/fake_sync_change_processor.h"
|
| -#include "sync/api/sync_error_factory_mock.h"
|
| -#include "sync/protocol/sync.pb.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/aura/client/window_tree_client.h"
|
| #include "ui/aura/window.h"
|
|
|