diff options
Diffstat (limited to 'content/app/mojo/mojo_browsertest.cc')
-rw-r--r-- | content/app/mojo/mojo_browsertest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/app/mojo/mojo_browsertest.cc b/content/app/mojo/mojo_browsertest.cc index c7f179c..b516107 100644 --- a/content/app/mojo/mojo_browsertest.cc +++ b/content/app/mojo/mojo_browsertest.cc @@ -3,8 +3,8 @@ // found in the LICENSE file. #include "content/public/test/content_browser_test.h" +#include "mojo/public/c/system/core.h" #include "testing/gtest/include/gtest/gtest.h" -#include "third_party/mojo/src/mojo/public/c/system/core.h" namespace content { |