| Index: tonic/dart_string_cache.h
|
| diff --git a/tonic/dart_string_cache.h b/tonic/dart_string_cache.h
|
| index 9c3a51675ca17486669018dadca34fbed86300b7..e967d57132406aa165401624adf2afbf67c9659e 100644
|
| --- a/tonic/dart_string_cache.h
|
| +++ b/tonic/dart_string_cache.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_STRING_CACHE_H_
|
| -#define SKY_ENGINE_TONIC_DART_STRING_CACHE_H_
|
| +#ifndef TONIC_DART_STRING_CACHE_H_
|
| +#define TONIC_DART_STRING_CACHE_H_
|
|
|
| #include "base/logging.h"
|
| #include "dart/runtime/include/dart_api.h"
|
| @@ -45,4 +45,4 @@ class DartStringCache {
|
|
|
| } // namespace tonic
|
|
|
| -#endif // SKY_ENGINE_TONIC_DART_STRING_CACHE_H_
|
| +#endif // TONIC_DART_STRING_CACHE_H_
|
|
|