From e976a17124ab2fc3df0947867ca1941e9245e627 Mon Sep 17 00:00:00 2001 From: "hclam@chromium.org" Date: Mon, 18 Oct 2010 20:09:50 +0000 Subject: Move chromotocol.proto to remoting/protocol Move the proto file and split it into multiple smaller proto files. BUG=None TEST=None Review URL: http://codereview.chromium.org/3808002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62965 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/host/event_executor_win.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'remoting/host/event_executor_win.cc') diff --git a/remoting/host/event_executor_win.cc b/remoting/host/event_executor_win.cc index bf5df99..283d4aa 100644 --- a/remoting/host/event_executor_win.cc +++ b/remoting/host/event_executor_win.cc @@ -8,6 +8,8 @@ #include "app/keyboard_codes.h" #include "base/stl_util-inl.h" #include "remoting/host/capturer.h" +// TODO(hclam): Should not include internal.pb.h here. +#include "remoting/proto/internal.pb.h" namespace remoting { -- cgit v1.1