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

Unified Diff: extensions/browser/file_highlighter.h

Issue 308913006: Cleanup: Style fixes in extensions/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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 | « extensions/browser/admin_policy.h ('k') | extensions/browser/process_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/file_highlighter.h
diff --git a/extensions/browser/file_highlighter.h b/extensions/browser/file_highlighter.h
index c4beaf3be15f28de946e0adc0d1f4e7c7bc54239..c628488d61dc0008ea716929ed5b74de7f748dec 100644
--- a/extensions/browser/file_highlighter.h
+++ b/extensions/browser/file_highlighter.h
@@ -41,7 +41,7 @@ class FileHighlighter {
void SetHighlightedRegions(base::DictionaryValue* dict) const;
protected:
- FileHighlighter(const std::string& contents);
+ explicit FileHighlighter(const std::string& contents);
// The contents of the file we are parsing.
std::string contents_;
« no previous file with comments | « extensions/browser/admin_policy.h ('k') | extensions/browser/process_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698