summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordilmah@chromium.org <dilmah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-19 19:30:43 +0000
committerdilmah@chromium.org <dilmah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-19 19:30:43 +0000
commit4250ef07026e7266230d4232f8cc3837812b6830 (patch)
tree61d87100a9735e8b96b3345c9603c8938c83de4f /net
parentda77c28d914f2bde774beaf1a60fb05750836d56 (diff)
downloadchromium_src-4250ef07026e7266230d4232f8cc3837812b6830.zip
chromium_src-4250ef07026e7266230d4232f8cc3837812b6830.tar.gz
chromium_src-4250ef07026e7266230d4232f8cc3837812b6830.tar.bz2
Adjust comments for new Source/ location.
BUG=None TEST=None Review URL: http://codereview.chromium.org/6279005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71825 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r--net/base/net_util.cc2
-rw-r--r--net/websockets/websocket.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/base/net_util.cc b/net/base/net_util.cc
index b4b0226..804ff2a 100644
--- a/net/base/net_util.cc
+++ b/net/base/net_util.cc
@@ -147,7 +147,7 @@ static const int kRestrictedPorts[] = {
6668, // Alternate IRC [Apple addition]
6669, // Alternate IRC [Apple addition]
0xFFFF, // Used to block all invalid port numbers (see
- // third_party/WebKit/WebCore/platform/KURLGoogle.cpp, port())
+ // third_party/WebKit/Source/WebCore/platform/KURLGoogle.cpp, port())
};
// FTP overrides the following restricted ports.
diff --git a/net/websockets/websocket.h b/net/websockets/websocket.h
index ec1297a..f4c1168 100644
--- a/net/websockets/websocket.h
+++ b/net/websockets/websocket.h
@@ -6,7 +6,7 @@
// It is intended to be used for live experiment of WebSocket connectivity
// metrics.
// Note that it is not used for WebKit's WebSocket communication.
-// See third_party/WebKit/WebCore/websockets/ instead.
+// See third_party/WebKit/Source/WebCore/websockets/ instead.
#ifndef NET_WEBSOCKETS_WEBSOCKET_H_
#define NET_WEBSOCKETS_WEBSOCKET_H_