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

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: 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/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,

Powered by Google App Engine
This is Rietveld 408576698