diff options
Diffstat (limited to 'base/pending_task.h')
-rw-r--r-- | base/pending_task.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/pending_task.h b/base/pending_task.h index a2edc69..fddfc86 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 PENDING_TASK_H_ -#define PENDING_TASK_H_ +#ifndef BASE_PENDING_TASK_H_ +#define BASE_PENDING_TASK_H_ #include <queue> @@ -57,4 +57,4 @@ typedef std::priority_queue<base::PendingTask> DelayedTaskQueue; } // namespace base -#endif // PENDING_TASK_H_ +#endif // BASE_PENDING_TASK_H_ |