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

Unified Diff: cc/quad_culler.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/proxy.h ('k') | cc/quad_sink.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/quad_culler.h
diff --git a/cc/quad_culler.h b/cc/quad_culler.h
index 33cfc2fe1132b6a76ed8a066ef634e0dad03512c..861a250cdfee24d0977c3715807610a30503b123 100644
--- a/cc/quad_culler.h
+++ b/cc/quad_culler.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 CCQuadCuller_h
-#define CCQuadCuller_h
+#ifndef CC_QUAD_CULLER_H_
+#define CC_QUAD_CULLER_H_
#include "cc/cc_export.h"
#include "cc/quad_sink.h"
@@ -35,4 +35,4 @@ private:
};
}
-#endif // CCQuadCuller_h
+#endif // CC_QUAD_CULLER_H_
« no previous file with comments | « cc/proxy.h ('k') | cc/quad_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698