| Index: runtime/vm/code_observers.h
|
| diff --git a/runtime/vm/code_observers.h b/runtime/vm/code_observers.h
|
| index 1ce8135ea72a3760da59b9b08d39ac89a5712739..66794d91daef35ed09da70a180b90a3655ec128c 100644
|
| --- a/runtime/vm/code_observers.h
|
| +++ b/runtime/vm/code_observers.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_CODE_OBSERVERS_H_
|
| -#define VM_CODE_OBSERVERS_H_
|
| +#ifndef RUNTIME_VM_CODE_OBSERVERS_H_
|
| +#define RUNTIME_VM_CODE_OBSERVERS_H_
|
|
|
| #include "vm/globals.h"
|
| #include "vm/allocation.h"
|
| @@ -71,4 +71,4 @@ class CodeObservers : public AllStatic {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_CODE_OBSERVERS_H_
|
| +#endif // RUNTIME_VM_CODE_OBSERVERS_H_
|
|
|