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

Unified Diff: ash/test/ash_test_base.h

Issue 2430593002: mash: Use ash shell window container ids instead of ash::mojom::Container (Closed)
Patch Set: move files to ash/shared, fix deps 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
Index: ash/test/ash_test_base.h
diff --git a/ash/test/ash_test_base.h b/ash/test/ash_test_base.h
index 25dedd5df3bc9bdf7b6eb2cfddff5f46a741ebed..49ebae7467880a64a12eb04864b37ecbeed7521a 100644
--- a/ash/test/ash_test_base.h
+++ b/ash/test/ash_test_base.h
@@ -82,7 +82,7 @@ class AshTestBase : public testing::Test {
// primary root Window.
aura::Window* CurrentContext();
- // 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(
views::WidgetDelegate* delegate,

Powered by Google App Engine
This is Rietveld 408576698