| Index: mojo/fetcher/data_fetcher_unittest.cc
|
| diff --git a/mojo/fetcher/data_fetcher_unittest.cc b/mojo/fetcher/data_fetcher_unittest.cc
|
| index 568088e5df728f23a34ca363a29adc97a50259de..0a4d06047b4079ad98a069765c58244751249965 100644
|
| --- a/mojo/fetcher/data_fetcher_unittest.cc
|
| +++ b/mojo/fetcher/data_fetcher_unittest.cc
|
| @@ -11,9 +11,9 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/run_loop.h"
|
| +#include "mojo/public/cpp/system/data_pipe.h"
|
| #include "mojo/runner/context.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "third_party/mojo/src/mojo/public/cpp/system/data_pipe.h"
|
|
|
| namespace mojo {
|
| namespace fetcher {
|
|
|