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

Unified Diff: extensions/browser/error_map.h

Issue 563263002: Cleanup: cpplint from /extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | extensions/browser/granted_file_entry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/error_map.h
diff --git a/extensions/browser/error_map.h b/extensions/browser/error_map.h
index 2dcff220cb56ee4abc3b7b92a80c4d0e99d93b4f..216d13669e7656ab8952a6612707a61a1cbed0be 100644
--- a/extensions/browser/error_map.h
+++ b/extensions/browser/error_map.h
@@ -22,7 +22,7 @@ typedef std::deque<const ExtensionError*> ErrorList;
// destruction.
class ErrorMap {
public:
- explicit ErrorMap();
+ ErrorMap();
~ErrorMap();
// Return the list of all errors associated with the given extension.
@@ -48,7 +48,7 @@ class ErrorMap {
// that Extension.
class ExtensionEntry {
public:
- explicit ExtensionEntry();
+ ExtensionEntry();
~ExtensionEntry();
// Delete all errors associated with this extension.
« no previous file with comments | « no previous file | extensions/browser/granted_file_entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698