| Index: tonic/dart_exception_factory.h
|
| diff --git a/tonic/dart_exception_factory.h b/tonic/dart_exception_factory.h
|
| index 15a94b8eb0fe443ffeed320b4377e7f823ffab45..24d976490b3d7453c6f72a9eea559a20a051f97e 100644
|
| --- a/tonic/dart_exception_factory.h
|
| +++ b/tonic/dart_exception_factory.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_EXCEPTION_FACTORY_H_
|
| -#define SKY_ENGINE_TONIC_DART_EXCEPTION_FACTORY_H_
|
| +#ifndef TONIC_DART_EXCEPTION_FACTORY_H_
|
| +#define TONIC_DART_EXCEPTION_FACTORY_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -32,4 +32,4 @@ class DartExceptionFactory {
|
|
|
| } // namespace tonic
|
|
|
| -#endif // SKY_ENGINE_TONIC_DART_EXCEPTION_FACTORY_H_
|
| +#endif // TONIC_DART_EXCEPTION_FACTORY_H_
|
|
|