Chromium Code Reviews| Index: net/base/net_util.h |
| diff --git a/net/base/net_util.h b/net/base/net_util.h |
| index 874f3e20308a27e165bdf7b3f2dc0ea60a86cf71..942bc01138321d2b0629ace9e32450c6d89b9d1c 100644 |
| --- a/net/base/net_util.h |
| +++ b/net/base/net_util.h |
| @@ -386,7 +386,7 @@ NET_EXPORT void SetExplicitlyAllowedPorts(const std::string& allowed_ports); |
| class NET_EXPORT ScopedPortException { |
| public: |
| - ScopedPortException(int port); |
| + explicit ScopedPortException(int port); |
| ~ScopedPortException(); |
| private: |