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

Unified Diff: ash/root_window_controller_unittest.cc

Issue 1998933002: Update shelf spacing in Chrome OS according to the MD specs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | ash/shelf/app_list_button.cc » ('j') | ash/shelf/overflow_button.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller_unittest.cc
diff --git a/ash/root_window_controller_unittest.cc b/ash/root_window_controller_unittest.cc
index 58ccc2e0fc3392ac5436ee3b369fdbfd92b32074..5487123bf27d7e85394050ef087da0e0210e4157 100644
--- a/ash/root_window_controller_unittest.cc
+++ b/ash/root_window_controller_unittest.cc
@@ -8,6 +8,7 @@
#include "ash/display/display_manager.h"
#include "ash/session/session_state_delegate.h"
+#include "ash/shelf/shelf_constants.h"
bruthig 2016/05/25 20:24:52 Is this needed? This file doesn't appear to actua
yiyix 2016/06/02 03:54:53 Done.
#include "ash/shelf/shelf_layout_manager.h"
#include "ash/shell.h"
#include "ash/shell_window_ids.h"
@@ -205,7 +206,7 @@ TEST_F(RootWindowControllerTest, MoveWindows_Basic) {
normal->GetNativeView()->GetBoundsInRootWindow().ToString());
// Maximized area on primary display has 3px (given as
- // kAutoHideSize in shelf_layout_manager.cc) inset at the bottom.
+ // kAutoHideSize in shelf_constants.cc) inset at the bottom.
// First clear fullscreen status, since both fullscreen and maximized windows
// share the same desktop workspace, which cancels the shelf status.
« no previous file with comments | « no previous file | ash/shelf/app_list_button.cc » ('j') | ash/shelf/overflow_button.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698