Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2553)

Unified Diff: ash/common/test/ash_test.h

Issue 2430593002: mash: Use ash shell window container ids instead of ash::mojom::Container (Closed)
Patch Set: rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/common/test/BUILD.gn ('k') | ash/common/wallpaper/wallpaper_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « ash/common/test/BUILD.gn ('k') | ash/common/wallpaper/wallpaper_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698