Index: cc/completion_event.h |
diff --git a/cc/completion_event.h b/cc/completion_event.h |
index fb7f429612600d9b69d38d239bddb05fa315d209..55b2d313a6f45ec2936328a9f1e9b30ef49e1823 100644 |
--- a/cc/completion_event.h |
+++ b/cc/completion_event.h |
@@ -1,9 +1,9 @@ |
-// Copyright 2011 The Chromium Authors. All rights reserved. |
+// Copyright 2012 The Chromium Authors. All rights reserved. |
danakj
2012/11/02 23:49:53
?
tfarina
2012/11/02 23:52:21
ops, I'll fix.
muscles trained to type: ,lb
https
tfarina
2012/11/02 23:55:07
Done.
|
// 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_ |