Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3250)

Unified Diff: cc/completion_event.h

Issue 11368063: cc: Fix header include guards of our header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix completion_event.h and settings.h Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/checkerboard_draw_quad.h ('k') | cc/content_layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « cc/checkerboard_draw_quad.h ('k') | cc/content_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698