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

Unified Diff: views/widget/drop_target_gtk.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
« no previous file with comments | « views/controls/menu/menu_scroll_view_container.cc ('k') | webkit/appcache/appcache_update_job_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/drop_target_gtk.h
diff --git a/views/widget/drop_target_gtk.h b/views/widget/drop_target_gtk.h
index bc2c3ca4e1acf181ea2d7c35dc4cd8d7e679552b..daa08f2e523ddce5b2111bac426f48a7c924cc3b 100644
--- a/views/widget/drop_target_gtk.h
+++ b/views/widget/drop_target_gtk.h
@@ -39,8 +39,7 @@ class RootView;
// which results in deleting the DropTargetGtk.
class DropTargetGtk {
public:
- explicit DropTargetGtk(internal::RootView* root_view,
- GdkDragContext* context);
+ DropTargetGtk(internal::RootView* root_view, GdkDragContext* context);
~DropTargetGtk();
// If a drag and drop is underway and |view| is the current drop target, the
« no previous file with comments | « views/controls/menu/menu_scroll_view_container.cc ('k') | webkit/appcache/appcache_update_job_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698