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

Unified Diff: tonic/dart_invoke.cc

Issue 1242773003: Use the tonic namespace for tonic + resulting build fixes (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « tonic/dart_invoke.h ('k') | tonic/dart_isolate_scope.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tonic/dart_invoke.cc
diff --git a/tonic/dart_invoke.cc b/tonic/dart_invoke.cc
index e0dd17456dec7431b2103d7af70256b21cab3056..c76cbcb0c92f80330f9f28f6419b0b3c3e6a7d82 100644
--- a/tonic/dart_invoke.cc
+++ b/tonic/dart_invoke.cc
@@ -8,7 +8,7 @@
#include "base/trace_event/trace_event.h"
#include "tonic/dart_error.h"
-namespace blink {
+namespace tonic {
bool DartInvokeAppField(Dart_Handle target, Dart_Handle name,
int number_of_arguments,
@@ -25,4 +25,4 @@ bool DartInvokeAppClosure(Dart_Handle closure,
Dart_InvokeClosure(closure, number_of_arguments, arguments));
}
-} // namespace blink
+} // namespace tonic
« no previous file with comments | « tonic/dart_invoke.h ('k') | tonic/dart_isolate_scope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698