| Index: base/pending_task.h
|
| diff --git a/base/pending_task.h b/base/pending_task.h
|
| index fddfc868fe7dc3227df4287f9fb33752cb90f419..a2edc6947d09f9227ebc0b4ada81a7b6cd1c3551 100644
|
| --- a/base/pending_task.h
|
| +++ b/base/pending_task.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 BASE_PENDING_TASK_H_
|
| -#define BASE_PENDING_TASK_H_
|
| +#ifndef PENDING_TASK_H_
|
| +#define PENDING_TASK_H_
|
|
|
| #include <queue>
|
|
|
| @@ -57,4 +57,4 @@
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_PENDING_TASK_H_
|
| +#endif // PENDING_TASK_H_
|
|
|