Add const to PanelLayoutManagerTest::IsPanelAboveLauncherIcon 'panel' parameter
BUG=none
Review URL: https://codereview.chromium.org/331843003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277511 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index b7a059f0..5c91f56 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -80,7 +80,6 @@
// |GetRootWindowController(aura::WindowEventDispatcher*)| function.
class ASH_EXPORT RootWindowController : public ShellObserver {
public:
-
// Creates and Initialize the RootWindowController for primary display.
static void CreateForPrimaryDisplay(AshWindowTreeHost* host);
@@ -95,7 +94,7 @@
// |window|. This returns the RootWindowController for the |window|'s
// root window when multiple shelf mode is enabled, or the primary
// RootWindowController otherwise.
- static RootWindowController* ForShelf(aura::Window* window);
+ static RootWindowController* ForShelf(const aura::Window* window);
// Returns a RootWindowController of the window's root window.
static RootWindowController* ForWindow(const aura::Window* window);
@@ -326,6 +325,6 @@
ASH_EXPORT RootWindowController* GetRootWindowController(
const aura::Window* root_window);
-} // ash
+} // namespace ash
-#endif // ASH_ROOT_WINDOW_CONTROLLER_H_
+#endif // ASH_ROOT_WINDOW_CONTROLLER_H_