| Index: runtime/vm/ast_printer.h
|
| diff --git a/runtime/vm/ast_printer.h b/runtime/vm/ast_printer.h
|
| index b5ee0bdaae348ef06102ec332826e2dffd3394d2..f89d9bcfd79a7839952945c126e0f1f84bc6a4bb 100644
|
| --- a/runtime/vm/ast_printer.h
|
| +++ b/runtime/vm/ast_printer.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_AST_PRINTER_H_
|
| -#define VM_AST_PRINTER_H_
|
| +#ifndef RUNTIME_VM_AST_PRINTER_H_
|
| +#define RUNTIME_VM_AST_PRINTER_H_
|
|
|
| #include "vm/ast.h"
|
| #include "vm/growable_array.h"
|
| @@ -52,4 +52,4 @@ class AstPrinter : public AstNodeVisitor {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_AST_PRINTER_H_
|
| +#endif // RUNTIME_VM_AST_PRINTER_H_
|
|
|