| Index: mojo/system/dispatcher.h
|
| diff --git a/mojo/system/dispatcher.h b/mojo/system/dispatcher.h
|
| index 966b6da388c4624b3aecafaf82fdea644b321028..c6ef75298de5344808318c424f09a20e7f44eaa2 100644
|
| --- a/mojo/system/dispatcher.h
|
| +++ b/mojo/system/dispatcher.h
|
| @@ -14,7 +14,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/synchronization/lock.h"
|
| -#include "mojo/public/system/core.h"
|
| +#include "mojo/public/c/system/core.h"
|
| // TODO(vtl): We need this since we can't forward declare
|
| // |RawSharedBuffer::Mapping|. Maybe fix this.
|
| #include "mojo/system/raw_shared_buffer.h"
|
|
|