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

Unified Diff: extensions/browser/extension_error.h

Issue 247143004: cleanup: Cpplint for apps/, extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CHECK_GT -> CHECK Created 6 years, 8 months 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
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);
};
« no previous file with comments | « extensions/browser/browser_context_keyed_service_factories.h ('k') | extensions/browser/extension_error_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698