| Index: sql/init_status.h
|
| diff --git a/sql/init_status.h b/sql/init_status.h
|
| index 8002b4353b3aac089faca58235ba4567cfae5be4..f5e29e6d93fc867bd04c1d81da0748bbcee34e6d 100644
|
| --- a/sql/init_status.h
|
| +++ b/sql/init_status.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef APP_SQL_INIT_STATUS_H_
|
| -#define APP_SQL_INIT_STATUS_H_
|
| +#ifndef SQL_INIT_STATUS_H_
|
| +#define SQL_INIT_STATUS_H_
|
|
|
| namespace sql {
|
|
|
| @@ -20,4 +20,4 @@ enum InitStatus {
|
|
|
| } // namespace sql
|
|
|
| -#endif // APP_SQL_INIT_STATUS_H_
|
| +#endif // SQL_INIT_STATUS_H_
|
|
|