Index: tonic/dart_string.h |
diff --git a/tonic/dart_string.h b/tonic/dart_string.h |
index ebe6c5160bad901c9513c5992cecc09423bf863c..fb9f026437b705e3bc5ae632e1f4cb1f4528fbef 100644 |
--- a/tonic/dart_string.h |
+++ b/tonic/dart_string.h |
@@ -9,11 +9,11 @@ |
#include "dart/runtime/include/dart_api.h" |
#include "sky/engine/wtf/text/WTFString.h" |
-namespace blink { |
+namespace tonic { |
Dart_Handle CreateDartString(StringImpl* string_impl); |
String ExternalizeDartString(Dart_Handle handle); |
-} // namespace blink |
+} // namespace tonic |
#endif // SKY_ENGINE_TONIC_DART_STRING_H_ |