| Index: chrome/test/chromedriver/net/net_util.h
|
| diff --git a/chrome/test/chromedriver/net/net_util.h b/chrome/test/chromedriver/net/net_util.h
|
| index aec07f02571b877fd37513373e6538e06b8c8050..4fd10064a47b7b778b231d4b56c4d07245b930d6 100644
|
| --- a/chrome/test/chromedriver/net/net_util.h
|
| +++ b/chrome/test/chromedriver/net/net_util.h
|
| @@ -12,7 +12,7 @@ class URLRequestContextGetter;
|
| class NetAddress {
|
| public:
|
| NetAddress(); // Creates an invalid address.
|
| - explicit NetAddress(int port); // Host is set to 127.0.0.1.
|
| + explicit NetAddress(int port); // Host is set to localhost.
|
| NetAddress(const std::string& host, int port);
|
| ~NetAddress();
|
|
|
|
|