| Index: chrome/browser/resources/settings/android_apps_page/android_apps_browser_proxy.js
|
| diff --git a/chrome/browser/resources/settings/android_apps_page/android_apps_browser_proxy.js b/chrome/browser/resources/settings/android_apps_page/android_apps_browser_proxy.js
|
| index 2fe9e78fcaca65b2d252cf6637eb08a08aaa5f6c..4cc7b1b7ee34511e5d8d9926f04e878a80ed5c22 100644
|
| --- a/chrome/browser/resources/settings/android_apps_page/android_apps_browser_proxy.js
|
| +++ b/chrome/browser/resources/settings/android_apps_page/android_apps_browser_proxy.js
|
| @@ -15,8 +15,7 @@ var AndroidAppsInfo;
|
|
|
| cr.define('settings', function() {
|
| /** @interface */
|
| - function AndroidAppsBrowserProxy() {
|
| - }
|
| + function AndroidAppsBrowserProxy() {}
|
|
|
| AndroidAppsBrowserProxy.prototype = {
|
| requestAndroidAppsInfo: function() {},
|
| @@ -32,8 +31,7 @@ cr.define('settings', function() {
|
| * @constructor
|
| * @implements {settings.AndroidAppsBrowserProxy}
|
| */
|
| - function AndroidAppsBrowserProxyImpl() {
|
| - }
|
| + function AndroidAppsBrowserProxyImpl() {}
|
|
|
| // The singleton instance_ can be replaced with a test version of this wrapper
|
| // during testing.
|
|
|