Chromium Code Reviews| Index: extensions/browser/extension_error.h |
| diff --git a/extensions/browser/extension_error.h b/extensions/browser/extension_error.h |
| index e3a249d04214608c1b8cf75e031e959f9f12df9b..ea3c0827fefe17181b8f245eda1789902e51adb9 100644 |
| --- a/extensions/browser/extension_error.h |
| +++ b/extensions/browser/extension_error.h |
| @@ -84,6 +84,7 @@ class ExtensionError { |
| // The number of times this error has occurred. |
| size_t occurrences_; |
| + private: |
| DISALLOW_COPY_AND_ASSIGN(ExtensionError); |
| }; |