| Index: tonic/dart_timer_heap.h
|
| diff --git a/tonic/dart_timer_heap.h b/tonic/dart_timer_heap.h
|
| index baea2304df1642d3d74c0c042e4900ead80e8148..da34f183ddd88210da43e113829374a388038937 100644
|
| --- a/tonic/dart_timer_heap.h
|
| +++ b/tonic/dart_timer_heap.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_TIMER_HEAP_H_
|
| -#define SKY_ENGINE_TONIC_DART_TIMER_HEAP_H_
|
| +#ifndef TONIC_DART_TIMER_HEAP_H_
|
| +#define TONIC_DART_TIMER_HEAP_H_
|
|
|
| #include <unordered_map>
|
|
|
| @@ -40,4 +40,4 @@ class DartTimerHeap {
|
|
|
| }
|
|
|
| -#endif // SKY_ENGINE_TONIC_DART_TIMER_HEAP_H_
|
| +#endif // TONIC_DART_TIMER_HEAP_H_
|
|
|