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

Unified Diff: chrome/browser/extensions/apps_promo.h

Issue 8965046: Coverity: Fixing pass by value bugs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing 100534 Created 9 years 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 | « no previous file | chrome/browser/extensions/apps_promo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/apps_promo.h
diff --git a/chrome/browser/extensions/apps_promo.h b/chrome/browser/extensions/apps_promo.h
index 7d6b7d1746b5d35c8bbc5e0b835ecd8e4fdf9866..78fa96f9456878e27a051d44cc54318519a90248 100644
--- a/chrome/browser/extensions/apps_promo.h
+++ b/chrome/browser/extensions/apps_promo.h
@@ -146,7 +146,7 @@ class AppsPromo {
class AppsPromoLogoFetcher : public content::URLFetcherDelegate {
public:
AppsPromoLogoFetcher(Profile* profile,
- AppsPromo::PromoData promo_data);
+ const AppsPromo::PromoData& promo_data);
virtual ~AppsPromoLogoFetcher();
virtual void OnURLFetchComplete(const content::URLFetcher* source) OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/extensions/apps_promo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698