diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-05 23:46:02 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-05 23:46:02 +0000 |
commit | 2858bbf9099f835325422009c5945e9b26a97d42 (patch) | |
tree | 4751ec07dc414566f15d9995386b73805facfca0 /chrome/browser/extensions/extensions_quota_service.h | |
parent | e22ddddb19c659dce909396cb2320979cbedc5d2 (diff) | |
download | chromium_src-2858bbf9099f835325422009c5945e9b26a97d42.zip chromium_src-2858bbf9099f835325422009c5945e9b26a97d42.tar.gz chromium_src-2858bbf9099f835325422009c5945e9b26a97d42.tar.bz2 |
FBTF: Continue fixing nits found by my automated source scanner.
(~1.3 megs off Debug linux .a files)
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/3556013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61587 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extensions_quota_service.h')
-rw-r--r-- | chrome/browser/extensions/extensions_quota_service.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/extensions/extensions_quota_service.h b/chrome/browser/extensions/extensions_quota_service.h index c60a5d3..b9880d0 100644 --- a/chrome/browser/extensions/extensions_quota_service.h +++ b/chrome/browser/extensions/extensions_quota_service.h @@ -142,9 +142,8 @@ class QuotaLimitHeuristic { }; // Ownership of |mapper| is given to the new QuotaLimitHeuristic. - explicit QuotaLimitHeuristic(const Config& config, BucketMapper* map) - : config_(config), bucket_mapper_(map) {} - virtual ~QuotaLimitHeuristic() {} + explicit QuotaLimitHeuristic(const Config& config, BucketMapper* map); + virtual ~QuotaLimitHeuristic(); // Determines if sufficient quota exists (according to the Apply // implementation of a derived class) to perform an operation with |args|, |