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

Unified Diff: mojo/public/platform/dart/mojo_natives.h

Issue 1417523003: Move implementation of dart:mojo.internal to mojo/public/platform/dart (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 2 months 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/public/platform/dart/mojo_natives.h
diff --git a/mojo/dart/embedder/mojo_natives.h b/mojo/public/platform/dart/mojo_natives.h
similarity index 77%
rename from mojo/dart/embedder/mojo_natives.h
rename to mojo/public/platform/dart/mojo_natives.h
index 3ae635d6c11fb48e901c7869bcafa12fde16d1ad..596c140fc21d22d3b5d846dbf55576df761edcfa 100644
--- a/mojo/dart/embedder/mojo_natives.h
+++ b/mojo/public/platform/dart/mojo_natives.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_MOJO_NATIVES_H_
-#define MOJO_DART_EMBEDDER_MOJO_NATIVES_H_
+#ifndef MOJO_PUBLIC_PLATFORM_DART_MOJO_NATIVES_H_
+#define MOJO_PUBLIC_PLATFORM_DART_MOJO_NATIVES_H_
#include "dart/runtime/include/dart_api.h"
@@ -19,4 +19,4 @@ const uint8_t* MojoNativeSymbol(Dart_NativeFunction nf);
} // namespace dart
} // namespace mojo
-#endif // MOJO_DART_EMBEDDER_MOJO_NATIVES_H_
+#endif // MOJO_PUBLIC_PLATFORM_DART_MOJO_NATIVES_H_

Powered by Google App Engine
This is Rietveld 408576698