| Index: cc/completion_event.h
|
| diff --git a/cc/completion_event.h b/cc/completion_event.h
|
| index fb7f429612600d9b69d38d239bddb05fa315d209..ff1bbed2bd9793e166da3c1f2e6c6702054d1f3a 100644
|
| --- a/cc/completion_event.h
|
| +++ b/cc/completion_event.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 CCCompletionEvent_h
|
| -#define CCCompletionEvent_h
|
| +#ifndef CC_COMPLETION_EVENT_H_
|
| +#define CC_COMPLETION_EVENT_H_
|
|
|
| #include "base/synchronization/waitable_event.h"
|
| #include "base/threading/thread_restrictions.h"
|
| @@ -64,4 +64,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // CC_COMPLETION_EVENT_H_
|
|
|