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

Unified Diff: cc/animation_events.h

Issue 11368063: cc: Fix header include guards of our header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/animation_curve.h ('k') | cc/append_quads_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation_events.h
diff --git a/cc/animation_events.h b/cc/animation_events.h
index 5cfd36a4ff6e5f810ff91a62f4e1d75ebb8ba705..2658c982930e7eb4612fb9d6d4d7576b5198fc1e 100644
--- a/cc/animation_events.h
+++ b/cc/animation_events.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 CCAnimationEvents_h
-#define CCAnimationEvents_h
+#ifndef CC_ANIMATION_EVENTS_H_
+#define CC_ANIMATION_EVENTS_H_
#include <vector>
@@ -34,4 +34,4 @@ typedef std::vector<AnimationEvent> AnimationEventsVector;
} // namespace cc
-#endif // CCAnimationEvents_h
+#endif // CC_ANIMATION_EVENTS_H_
« no previous file with comments | « cc/animation_curve.h ('k') | cc/append_quads_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698