diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-29 21:47:23 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-29 21:47:23 +0000 |
commit | 6b33da129646087bbc173a72c84e0690e91740de (patch) | |
tree | aca4291c88a0447921795c2907605a4ebdcce6e5 /chrome/browser/options_util.h | |
parent | 6cd42b6d1de1feaed37a14062f56952a91632317 (diff) | |
download | chromium_src-6b33da129646087bbc173a72c84e0690e91740de.zip chromium_src-6b33da129646087bbc173a72c84e0690e91740de.tar.gz chromium_src-6b33da129646087bbc173a72c84e0690e91740de.tar.bz2 |
Add private: before DISALLOW_IMPLICIT_CONSTRUCTORS.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/160354
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21998 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/options_util.h')
-rw-r--r-- | chrome/browser/options_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/options_util.h b/chrome/browser/options_util.h index bc9ee01..9bfc6fc 100644 --- a/chrome/browser/options_util.h +++ b/chrome/browser/options_util.h @@ -18,6 +18,7 @@ class OptionsUtil { // permission match |enabled|, returns the actual enabled setting. static bool ResolveMetricsReportingEnabled(bool enabled); + private: DISALLOW_IMPLICIT_CONSTRUCTORS(OptionsUtil); }; |