Merge from Chromium at DEPS revision 225410

This commit was generated by merge_to_master.py.

Change-Id: Ifa1539ca216abb163295ee7a77f81bb67f52e178
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
index 163d47c..a8c0a08 100644
--- a/build/android/pylib/constants.py
+++ b/build/android/pylib/constants.py
@@ -33,13 +33,13 @@
         'com.google.android.apps.chrome.tests'),
     'chrome_beta': PackageInfo(
         'com.chrome.beta',
-        'com.chrome.beta.Main',
+        'com.google.android.apps.chrome.Main',
         '/data/local/chrome-command-line',
         'chrome_devtools_remote',
         None),
     'chrome_stable': PackageInfo(
         'com.android.chrome',
-        'com.android.chrome.Main',
+        'com.google.android.apps.chrome.Main',
         '/data/local/chrome-command-line',
         'chrome_devtools_remote',
         None),