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 |