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

Unified Diff: chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + remove non-straightforward changes Created 7 years, 11 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: chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h
diff --git a/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h b/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h
index 88ece6fa841aa66ac7c00023b81e1adf64737574..da02893d6093ab49b109b092dd92c06f5caf3adf 100644
--- a/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h
+++ b/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h
@@ -16,7 +16,7 @@
class KeywordHintDecoration : public LocationBarDecoration {
public:
- KeywordHintDecoration(NSFont* font);
+ explicit KeywordHintDecoration(NSFont* font);
virtual ~KeywordHintDecoration();
// Calculates the message to display and where to place the [tab]

Powered by Google App Engine
This is Rietveld 408576698