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

Unified Diff: cc/occlusion_tracker.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
Index: cc/occlusion_tracker.h
diff --git a/cc/occlusion_tracker.h b/cc/occlusion_tracker.h
index 7731a074320c49495c2d94536b732295d14da0ae..db4c8791488ecd4592ce0a7105b4e2f5e7ca66b6 100644
--- a/cc/occlusion_tracker.h
+++ b/cc/occlusion_tracker.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 CCOcclusionTracker_h
-#define CCOcclusionTracker_h
+#ifndef CC_OCCLUSION_TRACKER_H_
+#define CC_OCCLUSION_TRACKER_H_
#include "Region.h"
#include "base/basictypes.h"
@@ -105,4 +105,4 @@ typedef OcclusionTrackerBase<LayerImpl, RenderSurfaceImpl> OcclusionTrackerImpl;
} // namespace cc
-#endif // CCOcclusionTracker_h
+#endif // CC_OCCLUSION_TRACKER_H_
« cc/completion_event.h ('K') | « cc/math_util.h ('k') | cc/overdraw_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698