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

Unified Diff: chrome/browser/chromeos/options/network_config_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/chromeos/options/network_config_view.h
diff --git a/chrome/browser/chromeos/options/network_config_view.h b/chrome/browser/chromeos/options/network_config_view.h
index 2485ff39abcaae4f731358b14e6f7f037e53d31a..a07107a19ba35bd65bfd1bb55923d83d13c2a9b2 100644
--- a/chrome/browser/chromeos/options/network_config_view.h
+++ b/chrome/browser/chromeos/options/network_config_view.h
@@ -102,7 +102,7 @@ class NetworkConfigView : public views::DialogDelegateView,
// methods, which are called by NetworkConfigView.
class ChildNetworkConfigView : public views::View {
public:
- explicit ChildNetworkConfigView(NetworkConfigView* parent, Network* network)
+ ChildNetworkConfigView(NetworkConfigView* parent, Network* network)
: service_path_(network->service_path()),
parent_(parent) {}
explicit ChildNetworkConfigView(NetworkConfigView* parent)
« no previous file with comments | « chrome/browser/chromeos/login/rounded_rect_painter.cc ('k') | chrome/browser/chromeos/setting_level_bubble.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698