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

Unified Diff: tracing/tracing/model/helpers/android_app.html

Issue 2526613002: Return short-hand object literals to exportTo. (Closed)
Patch Set: manual fixes Created 4 years, 1 month 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
« no previous file with comments | « tracing/tracing/model/heap_dump.html ('k') | tracing/tracing/model/helpers/android_model_helper.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/model/helpers/android_app.html
diff --git a/tracing/tracing/model/helpers/android_app.html b/tracing/tracing/model/helpers/android_app.html
index b60fcdf297954c5c2259808af2ae908dda952a2b..8ec4b151601db60668a9d97b95860f1dee4ce27d 100644
--- a/tracing/tracing/model/helpers/android_app.html
+++ b/tracing/tracing/model/helpers/android_app.html
@@ -335,7 +335,7 @@ tr.exportTo('tr.model.helpers', function() {
};
return {
- AndroidApp: AndroidApp
+ AndroidApp,
};
});
</script>
« no previous file with comments | « tracing/tracing/model/heap_dump.html ('k') | tracing/tracing/model/helpers/android_model_helper.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698