| Index: runtime/vm/store_buffer.h
|
| diff --git a/runtime/vm/store_buffer.h b/runtime/vm/store_buffer.h
|
| index 2fce2d6df5beb77112961c1fe7fa35adca95a671..46b0110f50b2bac4707265d120fde37d212e7fa9 100644
|
| --- a/runtime/vm/store_buffer.h
|
| +++ b/runtime/vm/store_buffer.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_STORE_BUFFER_H_
|
| -#define VM_STORE_BUFFER_H_
|
| +#ifndef RUNTIME_VM_STORE_BUFFER_H_
|
| +#define RUNTIME_VM_STORE_BUFFER_H_
|
|
|
| #include "platform/assert.h"
|
| #include "vm/globals.h"
|
| @@ -175,4 +175,4 @@ class MarkingStack : public BlockStack<kMarkingStackBlockSize> {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_STORE_BUFFER_H_
|
| +#endif // RUNTIME_VM_STORE_BUFFER_H_
|
|
|