Clean up some ash constants.
Eliminate a couple instances of TODO(estade).
BUG=693282
Review-Url: https://codereview.chromium.org/2823133002
Cr-Commit-Position: refs/heads/master@{#465897}
diff --git a/ash/root_window_controller_unittest.cc b/ash/root_window_controller_unittest.cc
index 3671f30..3992e8d 100644
--- a/ash/root_window_controller_unittest.cc
+++ b/ash/root_window_controller_unittest.cc
@@ -219,8 +219,8 @@
EXPECT_EQ("100,20 100x100",
normal->GetNativeView()->GetBoundsInRootWindow().ToString());
- // Maximized area on primary display has 47px for non-md and 48px for md
- // (defined in SHELF_SIZE) inset at the bottom.
+ // Maximized area on primary display has 48px for inset at the bottom
+ // (kShelfSize).
// First clear fullscreen status, since both fullscreen and maximized windows
// share the same desktop workspace, which cancels the shelf status.