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

Unified Diff: mojo/dart/embedder/dart_controller.cc

Issue 998933005: Dart: Rename mojo:X -> dart:mojo.X (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: merge Created 5 years, 9 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
« no previous file with comments | « mojo/dart/embedder/builtin.dart ('k') | mojo/dart/embedder/mojo_natives.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/dart_controller.cc
diff --git a/mojo/dart/embedder/dart_controller.cc b/mojo/dart/embedder/dart_controller.cc
index 6ffac3d5ea55b837e12333c3401939e980e4acde..03bd10f67271fa7c95e1bd4761507eb38e776d9a 100644
--- a/mojo/dart/embedder/dart_controller.cc
+++ b/mojo/dart/embedder/dart_controller.cc
@@ -199,7 +199,7 @@ static Dart_Handle PrepareScriptForLoading(const std::string& package_root,
Dart_Handle result = Dart_FinalizeLoading(false);
DART_CHECK_VALID(result);
- // Import dart:_internal into mojo:builtin for setting up hooks.
+ // Import dart:_internal into dart:mojo.builtin for setting up hooks.
result = Dart_LibraryImportLibrary(builtin_lib, internal_lib, Dart_Null());
DART_CHECK_VALID(result);
« no previous file with comments | « mojo/dart/embedder/builtin.dart ('k') | mojo/dart/embedder/mojo_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698