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

Unified Diff: chrome/browser/ui/views/create_application_shortcut_view.h

Issue 7477008: Remove explicit keyword from multi-argument constructors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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/views/create_application_shortcut_view.h
diff --git a/chrome/browser/ui/views/create_application_shortcut_view.h b/chrome/browser/ui/views/create_application_shortcut_view.h
index c325330ab8e0d57dce95933cd9f8ab4f97335a94..9c56810e39e4e731cd7d3c3dcc62b864cd180241 100644
--- a/chrome/browser/ui/views/create_application_shortcut_view.h
+++ b/chrome/browser/ui/views/create_application_shortcut_view.h
@@ -114,8 +114,7 @@ class CreateChromeApplicationShortcutView
: public CreateApplicationShortcutView,
public ImageLoadingTracker::Observer {
public:
- explicit CreateChromeApplicationShortcutView(Profile* profile,
- const Extension* app);
+ CreateChromeApplicationShortcutView(Profile* profile, const Extension* app);
virtual ~CreateChromeApplicationShortcutView();
// Implement ImageLoadingTracker::Observer. |tracker_| is used to
« no previous file with comments | « chrome/browser/ui/search_engines/template_url_table_model.cc ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698