| Index: ash/common/test/ash_test.h
|
| diff --git a/ash/common/test/ash_test.h b/ash/common/test/ash_test.h
|
| index b79c7e01414ab28dc30352f096fd7db62f22250a..f1e28ae08463294da47a7efba10536fcc4573566 100644
|
| --- a/ash/common/test/ash_test.h
|
| +++ b/ash/common/test/ash_test.h
|
| @@ -8,7 +8,7 @@
|
| #include <memory>
|
| #include <string>
|
|
|
| -#include "ash/common/shell_window_ids.h"
|
| +#include "ash/shared/shell_window_ids.h"
|
| #include "base/macros.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/display/manager/display_layout.h"
|
| @@ -103,7 +103,7 @@ class AshTest : public testing::Test {
|
| const gfx::Rect& bounds = gfx::Rect(),
|
| int shell_window_id = kShellWindowId_Invalid);
|
|
|
| - // Creates and shows a widget. See ash/common/shell_window_ids.h for values
|
| + // Creates and shows a widget. See ash/shared/shell_window_ids.h for values
|
| // for |container_id|.
|
| static std::unique_ptr<views::Widget> CreateTestWidget(
|
| const gfx::Rect& bounds,
|
|
|