| Index: runtime/vm/profiler.h
|
| diff --git a/runtime/vm/profiler.h b/runtime/vm/profiler.h
|
| index 529a193992fb1da176e8419c14dcfa02cbb4e937..4f7ce963695d16e42d083922a8dfd6a5d4faa7c2 100644
|
| --- a/runtime/vm/profiler.h
|
| +++ b/runtime/vm/profiler.h
|
| @@ -2,8 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#ifndef VM_PROFILER_H_
|
| -#define VM_PROFILER_H_
|
| +#ifndef RUNTIME_VM_PROFILER_H_
|
| +#define RUNTIME_VM_PROFILER_H_
|
|
|
| #include "vm/allocation.h"
|
| #include "vm/bitfield.h"
|
| @@ -684,4 +684,4 @@ class ProcessedSampleBuffer : public ZoneAllocated {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_PROFILER_H_
|
| +#endif // RUNTIME_VM_PROFILER_H_
|
|
|