Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3841)

Unified Diff: chrome/browser/resources/settings/android_apps_page/android_apps_browser_proxy.js

Issue 2617663002: WIP: run clang-format-js on lots of things (Closed)
Patch Set: merge Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698