Index: tonic/dart_gc_context.cc |
diff --git a/tonic/dart_gc_context.cc b/tonic/dart_gc_context.cc |
index 2c53d0cbcbca86d9c1bf47224d1dc8503a724b77..b61680502c437bd3b92fdb57bae7bda4c15e3a69 100644 |
--- a/tonic/dart_gc_context.cc |
+++ b/tonic/dart_gc_context.cc |
@@ -6,7 +6,7 @@ |
#include "tonic/dart_gc_context.h" |
-namespace blink { |
+namespace tonic { |
DartGCContext::DartGCContext() : builder_(Dart_NewWeakReferenceSetBuilder()) { |
} |
@@ -27,4 +27,4 @@ Dart_WeakReferenceSet DartGCContext::AddToSetForRoot( |
return result.first->second; |
} |
-} // namespace blink |
+} // namespace tonic |