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

Unified Diff: chrome/browser/chromeos/login/kiosk_browsertest.cc

Issue 576863003: Componentize NativeAppWindowViews (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « chrome/browser/chromeos/login/DEPS ('k') | chrome/browser/ui/views/apps/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/kiosk_browsertest.cc
diff --git a/chrome/browser/chromeos/login/kiosk_browsertest.cc b/chrome/browser/chromeos/login/kiosk_browsertest.cc
index cfe46d3b1ebc65c8089f6f4de3ef708c4ac90dab..f6c3d8c5bb8b9d303030682da24574448b967f3e 100644
--- a/chrome/browser/chromeos/login/kiosk_browsertest.cc
+++ b/chrome/browser/chromeos/login/kiosk_browsertest.cc
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "apps/ui/views/native_app_window_views.h"
#include "ash/desktop_background/desktop_background_controller.h"
#include "ash/desktop_background/desktop_background_controller_observer.h"
#include "ash/shell.h"
@@ -48,6 +47,7 @@
#include "chromeos/chromeos_switches.h"
#include "chromeos/dbus/cryptohome_client.h"
#include "chromeos/disks/disk_mount_manager.h"
+#include "components/native_app_window/native_app_window_views.h"
#include "components/signin/core/common/signin_pref_names.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/notification_observer.h"
@@ -643,8 +643,9 @@ IN_PROC_BROWSER_TEST_F(KioskTest, ZoomSupport) {
"window.domAutomationController.send(window.innerWidth);",
&original_width));
- apps::NativeAppWindowViews* native_app_window_views =
- static_cast<apps::NativeAppWindowViews*>(window->GetBaseWindow());
+ native_app_window::NativeAppWindowViews* native_app_window_views =
+ static_cast<native_app_window::NativeAppWindowViews*>(
+ window->GetBaseWindow());
ui::AcceleratorTarget* accelerator_target =
static_cast<ui::AcceleratorTarget*>(native_app_window_views);
« no previous file with comments | « chrome/browser/chromeos/login/DEPS ('k') | chrome/browser/ui/views/apps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698