Index: runtime/vm/growable_array.h |
diff --git a/runtime/vm/growable_array.h b/runtime/vm/growable_array.h |
index 42b787be634d78b6904ddadfdc9e55d2c9e326b4..09df0607d430260415a8dbe783571f471d296b57 100644 |
--- a/runtime/vm/growable_array.h |
+++ b/runtime/vm/growable_array.h |
@@ -7,8 +7,8 @@ |
// - MallocGrowableArray: allocates using malloc/realloc; free is only called |
// at destruction. |
-#ifndef VM_GROWABLE_ARRAY_H_ |
-#define VM_GROWABLE_ARRAY_H_ |
+#ifndef RUNTIME_VM_GROWABLE_ARRAY_H_ |
+#define RUNTIME_VM_GROWABLE_ARRAY_H_ |
#include "platform/utils.h" |
#include "vm/allocation.h" |
@@ -294,4 +294,4 @@ class MallocGrowableArray : public BaseGrowableArray<T, EmptyBase, Malloc> { |
} // namespace dart |
-#endif // VM_GROWABLE_ARRAY_H_ |
+#endif // RUNTIME_VM_GROWABLE_ARRAY_H_ |