Index: extensions/shell/browser/shell_screen.cc |
diff --git a/extensions/shell/browser/shell_screen.cc b/extensions/shell/browser/shell_screen.cc |
index 157750871cc0da29202df01f27b197327e5555dc..01fc0bc61c392ca10488c3bb8892a89dc7fa8dda 100644 |
--- a/extensions/shell/browser/shell_screen.cc |
+++ b/extensions/shell/browser/shell_screen.cc |
@@ -80,7 +80,7 @@ std::vector<display::Display> ShellScreen::GetAllDisplays() const { |
} |
display::Display ShellScreen::GetDisplayNearestWindow( |
- gfx::NativeWindow window) const { |
+ const gfx::NativeWindow window) const { |
return display_; |
} |