summaryrefslogtreecommitdiffstats
path: root/mojo/public/bindings/tests/remote_ptr_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/bindings/tests/remote_ptr_unittest.cc')
-rw-r--r--mojo/public/bindings/tests/remote_ptr_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mojo/public/bindings/tests/remote_ptr_unittest.cc b/mojo/public/bindings/tests/remote_ptr_unittest.cc
index 4853ee0..b4f02cd 100644
--- a/mojo/public/bindings/tests/remote_ptr_unittest.cc
+++ b/mojo/public/bindings/tests/remote_ptr_unittest.cc
@@ -4,10 +4,10 @@
#include "mojo/public/bindings/error_handler.h"
#include "mojo/public/bindings/remote_ptr.h"
+#include "mojo/public/bindings/tests/math_calculator.mojom.h"
+#include "mojo/public/bindings/tests/sample_service.mojom.h"
#include "mojo/public/environment/environment.h"
#include "mojo/public/utility/run_loop.h"
-#include "mojom/math_calculator.h"
-#include "mojom/sample_service.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace mojo {