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

Unified Diff: tonic/float32_list.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/float32_list.h ('k') | tonic/mojo_converter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tonic/float32_list.cc
diff --git a/tonic/float32_list.cc b/tonic/float32_list.cc
index 38e67e5150501a228c4de084016cde892d6c1daf..0012fe0b823dee6155dd3bc96c5695c606494eb5 100644
--- a/tonic/float32_list.cc
+++ b/tonic/float32_list.cc
@@ -6,7 +6,7 @@
#include "tonic/dart_error.h"
#include "tonic/float32_list.h"
-namespace blink {
+namespace tonic {
Float32List::Float32List(Dart_Handle list)
: data_(nullptr), num_elements_(0), dart_handle_(list) {
@@ -44,4 +44,4 @@ Float32List DartConverter<Float32List>::FromArgumentsWithNullCheck(
return result;
}
-} // namespace blink
+} // namespace tonic
« no previous file with comments | « tonic/float32_list.h ('k') | tonic/mojo_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698