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

Unified Diff: chrome/browser/ui/ash/shelf_browsertest.cc

Issue 2629643002: chromeos: Renames WmWindowAura to WmWindow (Closed)
Patch Set: feedback Created 3 years, 11 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: chrome/browser/ui/ash/shelf_browsertest.cc
diff --git a/chrome/browser/ui/ash/shelf_browsertest.cc b/chrome/browser/ui/ash/shelf_browsertest.cc
index 1165d025b24c5cae6ad724d006dc13ef9f0ad2db..f39d951ffce9ccee6833d4c8918dedb85e257cb1 100644
--- a/chrome/browser/ui/ash/shelf_browsertest.cc
+++ b/chrome/browser/ui/ash/shelf_browsertest.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/aura/wm_window_aura.h"
#include "ash/common/shelf/shelf_layout_manager.h"
#include "ash/common/shelf/wm_shelf.h"
+#include "ash/common/wm_window.h"
#include "base/strings/utf_string_conversions.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_window.h"
@@ -17,7 +17,7 @@ typedef InProcessBrowserTest ShelfBrowserTest;
IN_PROC_BROWSER_TEST_F(ShelfBrowserTest, StatusBubble) {
ash::ShelfLayoutManager* shelf_layout_manager =
ash::WmShelf::ForWindow(
- ash::WmWindowAura::Get(browser()->window()->GetNativeWindow()))
+ ash::WmWindow::Get(browser()->window()->GetNativeWindow()))
->shelf_layout_manager();
EXPECT_TRUE(shelf_layout_manager->IsVisible());

Powered by Google App Engine
This is Rietveld 408576698