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

Unified Diff: ash/wm/resize_shadow_and_cursor_unittest.cc

Issue 2277563002: Wires up immersive mode for chrome and mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix crash Created 4 years, 4 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/wm/resize_shadow_and_cursor_unittest.cc
diff --git a/ash/wm/resize_shadow_and_cursor_unittest.cc b/ash/wm/resize_shadow_and_cursor_unittest.cc
index 6803e94995bb04d5fee042de322430b25d1fe1a4..44de89765c7340814ed375b44f6cded99e758174 100644
--- a/ash/wm/resize_shadow_and_cursor_unittest.cc
+++ b/ash/wm/resize_shadow_and_cursor_unittest.cc
@@ -36,7 +36,7 @@ class TestWidgetDelegate : public views::WidgetDelegateView {
bool CanMinimize() const override { return true; }
views::NonClientFrameView* CreateNonClientFrameView(
views::Widget* widget) override {
- return new ash::CustomFrameViewAsh(widget);
+ return new CustomFrameViewAsh(widget);
}
private:

Powered by Google App Engine
This is Rietveld 408576698