Index: remoting/host/clipboard_linux.cc |
diff --git a/remoting/host/clipboard_linux.cc b/remoting/host/clipboard_linux.cc |
index 30b5391634d163cb6c6d9b64599610696743aacc..e436859e0942de0349064709e5d4514a23a354e9 100644 |
--- a/remoting/host/clipboard_linux.cc |
+++ b/remoting/host/clipboard_linux.cc |
@@ -63,7 +63,7 @@ ClipboardLinux::~ClipboardLinux() { |
void ClipboardLinux::Start( |
scoped_ptr<protocol::ClipboardStub> client_clipboard) { |
- // TODO(lambroslambrou): Share the X connection with EventExecutor. |
+ // TODO(lambroslambrou): Share the X connection with InputInjector. |
display_ = XOpenDisplay(NULL); |
if (!display_) { |
LOG(ERROR) << "Couldn't open X display"; |