| Index: mojo/dart/unittests/embedder_tester/dart_test.h
|
| diff --git a/mojo/dart/embedder/test/dart_test.h b/mojo/dart/unittests/embedder_tester/dart_test.h
|
| similarity index 89%
|
| rename from mojo/dart/embedder/test/dart_test.h
|
| rename to mojo/dart/unittests/embedder_tester/dart_test.h
|
| index 69bdc48e9a200fa79a4ec4641bf41df0d5a3faa5..f2d9bdd578eff999b9ca95be44976fad00764e13 100644
|
| --- a/mojo/dart/embedder/test/dart_test.h
|
| +++ b/mojo/dart/unittests/embedder_tester/dart_test.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_DART_EMBEDDER_TEST_DART_TEST_H_
|
| -#define MOJO_DART_EMBEDDER_TEST_DART_TEST_H_
|
| +#ifndef MOJO_DART_UNITTESTS_EMBEDDER_TESTER_DART_TEST_H_
|
| +#define MOJO_DART_UNITTESTS_EMBEDDER_TESTER_DART_TEST_H_
|
|
|
| #include "base/bind.h"
|
| #include "base/files/file_path.h"
|
| @@ -54,4 +54,4 @@ class DartTest : public testing::Test {
|
| } // namespace dart
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_DART_EMBEDDER_TEST_DART_TEST_H_
|
| +#endif // MOJO_DART_UNITTESTS_EMBEDDER_TESTER_DART_TEST_H_
|
|
|