Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(517)

Unified Diff: mojo/dart/unittests/embedder_tester/dart_test.h

Issue 1545483003: Dart: Reorganize files (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix build file Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « mojo/dart/unittests/embedder_tester/dart_finalizer_test.cc ('k') | mojo/dart/unittests/embedder_tester/dart_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698