diff options
-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); }; |