Index: net/base/net_util.cc |
diff --git a/net/base/net_util.cc b/net/base/net_util.cc |
index b4b02263b5803eca3045a8c007a551ebaee89aa6..804ff2a0dcfc4c66f68049e73f3d0ce7c211bc0f 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. |