| Index: tonic/dart_state.h
|
| diff --git a/tonic/dart_state.h b/tonic/dart_state.h
|
| index 8fa20a467252213bb6824cd95055dc26090f0646..14054afe96f9d15bbecb770c4aabf84a17c60d5c 100644
|
| --- a/tonic/dart_state.h
|
| +++ b/tonic/dart_state.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_STATE_H_
|
| -#define SKY_ENGINE_TONIC_DART_STATE_H_
|
| +#ifndef TONIC_DART_STATE_H_
|
| +#define TONIC_DART_STATE_H_
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/weak_ptr.h"
|
| @@ -72,4 +72,4 @@ class DartState : public base::SupportsUserData {
|
|
|
| } // namespace tonic
|
|
|
| -#endif // SKY_ENGINE_TONIC_DART_STATE_H_
|
| +#endif // TONIC_DART_STATE_H_
|
|
|