Commit 4250ef07 authored by dilmah@chromium.org's avatar dilmah@chromium.org

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
parent da77c28d
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include "third_party/skia/include/core/SkColor.h" #include "third_party/skia/include/core/SkColor.h"
namespace { namespace {
// Copied from third_party/WebKit/WebCore/page/EventHandler.cpp // Copied from third_party/WebKit/Source/WebCore/page/EventHandler.cpp
// //
// Match key code of composition keydown event on windows. // Match key code of composition keydown event on windows.
// IE sends VK_PROCESSKEY which has value 229; // IE sends VK_PROCESSKEY which has value 229;
......
...@@ -30,7 +30,7 @@ struct NativeWebKeyboardEvent; ...@@ -30,7 +30,7 @@ struct NativeWebKeyboardEvent;
// class derived from GtkTextView is used, which overrides all signals related // class derived from GtkTextView is used, which overrides all signals related
// to key bindings, to make sure GtkTextView won't receive them. // to key bindings, to make sure GtkTextView won't receive them.
// //
// See third_party/WebKit/WebCore/editing/EditorCommand.cpp for detailed // See third_party/WebKit/Source/WebCore/editing/EditorCommand.cpp for detailed
// definition of webkit edit commands. // definition of webkit edit commands.
// See webkit/glue/editor_client_impl.cc for key bindings predefined in our // See webkit/glue/editor_client_impl.cc for key bindings predefined in our
// webkit glue. // webkit glue.
......
...@@ -220,7 +220,7 @@ IPC_MESSAGE_ROUTED0(ViewMsg_HandleInputEvent) ...@@ -220,7 +220,7 @@ IPC_MESSAGE_ROUTED0(ViewMsg_HandleInputEvent)
// Parameters // Parameters
// * edit_commands (see chrome/common/edit_command_types.h) // * edit_commands (see chrome/common/edit_command_types.h)
// Contains one or more edit commands. // Contains one or more edit commands.
// See third_party/WebKit/WebCore/editing/EditorCommand.cpp for detailed // See third_party/WebKit/Source/WebCore/editing/EditorCommand.cpp for detailed
// definition of webkit edit commands. // definition of webkit edit commands.
// //
// This message must be sent just before sending a key event. // This message must be sent just before sending a key event.
......
...@@ -147,7 +147,7 @@ static const int kRestrictedPorts[] = { ...@@ -147,7 +147,7 @@ static const int kRestrictedPorts[] = {
6668, // Alternate IRC [Apple addition] 6668, // Alternate IRC [Apple addition]
6669, // Alternate IRC [Apple addition] 6669, // Alternate IRC [Apple addition]
0xFFFF, // Used to block all invalid port numbers (see 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. // FTP overrides the following restricted ports.
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
// It is intended to be used for live experiment of WebSocket connectivity // It is intended to be used for live experiment of WebSocket connectivity
// metrics. // metrics.
// Note that it is not used for WebKit's WebSocket communication. // 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_ #ifndef NET_WEBSOCKETS_WEBSOCKET_H_
#define NET_WEBSOCKETS_WEBSOCKET_H_ #define NET_WEBSOCKETS_WEBSOCKET_H_
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment