Index: chrome/browser/android/shortcut_helper_unittest.cc |
diff --git a/chrome/browser/android/shortcut_helper_unittest.cc b/chrome/browser/android/shortcut_helper_unittest.cc |
index bb8098dae6100b34939bf041f22fb850c6e5822a..76e1a5e239c2f9eed0cb9f3ca01fa1c19f8a4ab2 100644 |
--- a/chrome/browser/android/shortcut_helper_unittest.cc |
+++ b/chrome/browser/android/shortcut_helper_unittest.cc |
@@ -25,7 +25,6 @@ class FakeScreen : public gfx::Screen { |
} |
// gfx::Screen implementation (only what's needed for testing). |
- virtual bool IsDIPEnabled() override { return true; } |
virtual gfx::Point GetCursorScreenPoint() override { return gfx::Point(); } |
virtual gfx::NativeWindow GetWindowUnderCursor() override { return NULL; } |
virtual gfx::NativeWindow GetWindowAtScreenPoint( |