| Index: ash/shell/content_client/shell_browser_main_parts.cc
|
| diff --git a/ash/shell/content_client/shell_browser_main_parts.cc b/ash/shell/content_client/shell_browser_main_parts.cc
|
| index 2aaaed2be8c148fd5059b12f22847ac871598467..2ce1d2319fac993173c1aca854c14e2936ed5c90 100644
|
| --- a/ash/shell/content_client/shell_browser_main_parts.cc
|
| +++ b/ash/shell/content_client/shell_browser_main_parts.cc
|
| @@ -27,10 +27,10 @@
|
| #include "ui/base/clipboard/clipboard.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/base/ui_base_paths.h"
|
| -#include "ui/gfx/compositor/compositor.h"
|
| -#include "ui/gfx/compositor/test/compositor_test_support.h"
|
| -#include "ui/views/test/test_views_delegate.h"
|
| +#include "ui/compositor/compositor.h"
|
| +#include "ui/compositor/test/compositor_test_support.h"
|
| #include "ui/views/focus/accelerator_handler.h"
|
| +#include "ui/views/test/test_views_delegate.h"
|
|
|
| namespace ash {
|
| namespace shell {
|
|
|