| Index: tonic/dart_value.h
|
| diff --git a/tonic/dart_value.h b/tonic/dart_value.h
|
| index 590a1ef7ef3e4dcb5feb90ea808db8f6ef0bf9cb..9c20b67b527b4710febb7a7b9fc7b2eca911d228 100644
|
| --- a/tonic/dart_value.h
|
| +++ b/tonic/dart_value.h
|
| @@ -13,7 +13,7 @@
|
| #include "sky/engine/wtf/RefCounted.h"
|
| #include "sky/engine/wtf/RefPtr.h"
|
|
|
| -namespace blink {
|
| +namespace tonic {
|
|
|
| // DartValue is a convience wrapper around DartPersistentValue that lets clients
|
| // use RefPtr to keep track of the number of references to the underlying Dart
|
| @@ -60,6 +60,6 @@ class DartValue : public RefCounted<DartValue> {
|
| DISALLOW_COPY_AND_ASSIGN(DartValue);
|
| };
|
|
|
| -} // namespace blink
|
| +} // namespace tonic
|
|
|
| #endif // SKY_ENGINE_TONIC_DART_VALUE_H_
|
|
|