| Index: mojo/public/cpp/bindings/tests/callback_unittest.cc
|
| diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/tests/callback_unittest.cc b/mojo/public/cpp/bindings/tests/callback_unittest.cc
|
| similarity index 96%
|
| rename from third_party/mojo/src/mojo/public/cpp/bindings/tests/callback_unittest.cc
|
| rename to mojo/public/cpp/bindings/tests/callback_unittest.cc
|
| index a2ad1064c90a2eef4ac118699635a661b4cbe0f5..158b21e512c9e9e81ac090e3f49843d784f8797c 100644
|
| --- a/third_party/mojo/src/mojo/public/cpp/bindings/tests/callback_unittest.cc
|
| +++ b/mojo/public/cpp/bindings/tests/callback_unittest.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "mojo/public/cpp/bindings/callback.h"
|
| +#include "mojo/public/cpp/bindings/map.h"
|
| +#include "mojo/public/cpp/bindings/string.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "third_party/mojo/src/mojo/public/cpp/bindings/callback.h"
|
| -#include "third_party/mojo/src/mojo/public/cpp/bindings/map.h"
|
| -#include "third_party/mojo/src/mojo/public/cpp/bindings/string.h"
|
|
|
| namespace mojo {
|
| namespace test {
|
|
|