| 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..bb665db3d3b66288d2143b02424ce0f3c8c96801 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/public/cpp/shell_window_ids.h"
|
| #include "base/macros.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/display/manager/display_layout.h"
|
| @@ -103,8 +103,8 @@ 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
|
| - // for |container_id|.
|
| + // Creates and shows a widget. See ash/public/cpp/shell_window_ids.h for
|
| + // values for |container_id|.
|
| static std::unique_ptr<views::Widget> CreateTestWidget(
|
| const gfx::Rect& bounds,
|
| views::WidgetDelegate* delegate = nullptr,
|
|
|