| Index: tonic/dart_gc_visitor.h
|
| diff --git a/tonic/dart_gc_visitor.h b/tonic/dart_gc_visitor.h
|
| index b9413f8f6e15e50d5c5bda94a60666b257d8afd3..bcf004c73f84e35f1dbc6bc5688f8cefa0577f73 100644
|
| --- a/tonic/dart_gc_visitor.h
|
| +++ b/tonic/dart_gc_visitor.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SKY_ENGINE_TONIC_DART_GC_VISITOR_H_
|
| -#define SKY_ENGINE_TONIC_DART_GC_VISITOR_H_
|
| +#ifndef TONIC_DART_GC_VISITOR_H_
|
| +#define TONIC_DART_GC_VISITOR_H_
|
|
|
| #include "base/logging.h"
|
| #include "dart/runtime/include/dart_api.h"
|
| @@ -36,4 +36,4 @@ class DartGCVisitor {
|
|
|
| } // namespace tonic
|
|
|
| -#endif // SKY_ENGINE_TONIC_DART_GC_VISITOR_H_
|
| +#endif // TONIC_DART_GC_VISITOR_H_
|
|
|