diff options
author | Ken Rockot <rockot@chromium.org> | 2015-11-11 14:24:06 -0800 |
---|---|---|
committer | Ken Rockot <rockot@chromium.org> | 2015-11-11 22:26:07 +0000 |
commit | f2bfe56ff56152e21033992105c31437a3b150fe (patch) | |
tree | 8e81f342ef2cb5c53ee1f249ebfcb349eab5f1b4 /mojo/edk/system/simple_dispatcher.h | |
parent | d23c3995cd1439bc28a1254a9e8ff850c833fbf2 (diff) | |
download | chromium_src-f2bfe56ff56152e21033992105c31437a3b150fe.zip chromium_src-f2bfe56ff56152e21033992105c31437a3b150fe.tar.gz chromium_src-f2bfe56ff56152e21033992105c31437a3b150fe.tar.bz2 |
Eliminate third_party/mojo/src from all targets' include paths
Eliding presubmit here because the missing DEPS entries are going to be addressed here: https://codereview.chromium.org/1410053006
BUG=554556
R=jam@chromium.org
NOPRESUBMIT=true
Review URL: https://codereview.chromium.org/1435063002 .
Cr-Commit-Position: refs/heads/master@{#359174}
Diffstat (limited to 'mojo/edk/system/simple_dispatcher.h')
-rw-r--r-- | mojo/edk/system/simple_dispatcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/edk/system/simple_dispatcher.h b/mojo/edk/system/simple_dispatcher.h index ccef564..3d35ff9 100644 --- a/mojo/edk/system/simple_dispatcher.h +++ b/mojo/edk/system/simple_dispatcher.h @@ -10,7 +10,7 @@ #include "mojo/edk/system/awakable_list.h" #include "mojo/edk/system/dispatcher.h" #include "mojo/edk/system/system_impl_export.h" -#include "mojo/public/cpp/system/macros.h" +#include "third_party/mojo/src/mojo/public/cpp/system/macros.h" namespace mojo { namespace edk { |