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

Unified Diff: cc/render_surface_filters.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/render_surface.h ('k') | cc/render_surface_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/render_surface_filters.h
diff --git a/cc/render_surface_filters.h b/cc/render_surface_filters.h
index 601ebe6221fa41e2b972a59740f73692f6b44a16..0186613b60b4d96676739d75d0bda4088a89e14c 100644
--- a/cc/render_surface_filters.h
+++ b/cc/render_surface_filters.h
@@ -3,8 +3,8 @@
// found in the LICENSE file.
-#ifndef CCRenderSurfaceFilters_h
-#define CCRenderSurfaceFilters_h
+#ifndef CC_RENDER_SURFACE_FILTERS_H_
+#define CC_RENDER_SURFACE_FILTERS_H_
#include "cc/cc_export.h"
@@ -32,4 +32,4 @@ private:
};
}
-#endif
+#endif // CC_RENDER_SURFACE_FILTERS_H_
« no previous file with comments | « cc/render_surface.h ('k') | cc/render_surface_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698