| Index: runtime/vm/hash_table.h
|
| diff --git a/runtime/vm/hash_table.h b/runtime/vm/hash_table.h
|
| index f1079b8aba86b41468a2f18d29cda298ed03693b..5835b226509a189afceaf280da58a32f5dcc849c 100644
|
| --- a/runtime/vm/hash_table.h
|
| +++ b/runtime/vm/hash_table.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_HASH_TABLE_H_
|
| -#define VM_HASH_TABLE_H_
|
| +#ifndef RUNTIME_VM_HASH_TABLE_H_
|
| +#define RUNTIME_VM_HASH_TABLE_H_
|
|
|
| #include "platform/assert.h"
|
| #include "vm/object.h"
|
| @@ -704,4 +704,4 @@ class UnorderedHashSet : public HashSet<UnorderedHashTable<KeyTraits, 0> > {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_HASH_TABLE_H_
|
| +#endif // RUNTIME_VM_HASH_TABLE_H_
|
|
|