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

Unified Diff: chrome/common/extensions/extension_error_reporter.h

Issue 384103: This patch is the rest of the lint cleanup minus the other open issue. (Closed)
Patch Set: Created 11 years, 1 month 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 | « chrome/common/extensions/extension.cc ('k') | chrome/common/extensions/extension_error_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/extension_error_reporter.h
diff --git a/chrome/common/extensions/extension_error_reporter.h b/chrome/common/extensions/extension_error_reporter.h
index aa1720586b7f28d61086451607485a6e89941bd5..60d6af3c492d467d6e6bd6a553002770f1bbcaac 100644
--- a/chrome/common/extensions/extension_error_reporter.h
+++ b/chrome/common/extensions/extension_error_reporter.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_COMMON_EXTENSIONS_ERROR_REPORTER_H_
-#define CHROME_COMMON_EXTENSIONS_ERROR_REPORTER_H_
+#ifndef CHROME_COMMON_EXTENSIONS_EXTENSION_ERROR_REPORTER_H_
+#define CHROME_COMMON_EXTENSIONS_EXTENSION_ERROR_REPORTER_H_
#include <string>
#include <vector>
@@ -40,11 +40,11 @@ class ExtensionErrorReporter {
private:
static ExtensionErrorReporter* instance_;
- ExtensionErrorReporter(bool enable_noisy_errors);
+ explicit ExtensionErrorReporter(bool enable_noisy_errors);
MessageLoop* ui_loop_;
std::vector<std::string> errors_;
bool enable_noisy_errors_;
};
-#endif // CHROME_COMMON_EXTENSIONS_ERROR_REPORTER_H_
+#endif // CHROME_COMMON_EXTENSIONS_EXTENSION_ERROR_REPORTER_H_
« no previous file with comments | « chrome/common/extensions/extension.cc ('k') | chrome/common/extensions/extension_error_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698