| Index: tonic/dart_gc_context.h
|
| diff --git a/tonic/dart_gc_context.h b/tonic/dart_gc_context.h
|
| index ad1f266220a90dbfa29abafd982e863782b1b8c9..ec96f403ebe5205e30a1157d57a91ee0149046ed 100644
|
| --- a/tonic/dart_gc_context.h
|
| +++ b/tonic/dart_gc_context.h
|
| @@ -10,7 +10,7 @@
|
| #include "base/macros.h"
|
| #include "dart/runtime/include/dart_api.h"
|
|
|
| -namespace blink {
|
| +namespace tonic {
|
|
|
| class DartGCContext {
|
| public:
|
| @@ -27,6 +27,6 @@ class DartGCContext {
|
| DISALLOW_COPY_AND_ASSIGN(DartGCContext);
|
| };
|
|
|
| -} // namespace blink
|
| +} // namespace tonic
|
|
|
| #endif // SKY_ENGINE_TONIC_DART_GC_CONTEXT_H_
|
|
|