Index: chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java |
diff --git a/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java b/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java |
index f7d4a5eb3c6a2699620d39b2b09f12eec6cd8973..cff35fdeadbe969f7a472a7c33943f11741c4029 100644 |
--- a/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java |
+++ b/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java |
@@ -391,7 +391,7 @@ public class ChromeShellActivity extends Activity implements AppMenuPropertiesDe |
@Override |
public int getMenuThemeResourceId() { |
- return android.R.style.Theme_Holo_Light; |
+ return R.style.OverflowMenuTheme; |
} |
@VisibleForTesting |