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

Unified Diff: cc/render_surface.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_pass_sink.h ('k') | cc/render_surface_filters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/render_surface.h
diff --git a/cc/render_surface.h b/cc/render_surface.h
index 63700632aed96df41f65a983f74fe5339909feb7..cc84ea6d228bc54fe4f0f69f40af401620d950ba 100644
--- a/cc/render_surface.h
+++ b/cc/render_surface.h
@@ -3,8 +3,8 @@
// found in the LICENSE file.
-#ifndef RenderSurfaceChromium_h
-#define RenderSurfaceChromium_h
+#ifndef CC_RENDER_SURFACE_H_
+#define CC_RENDER_SURFACE_H_
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
@@ -101,4 +101,4 @@ private:
};
}
-#endif
+#endif // CC_RENDER_SURFACE_H_
« no previous file with comments | « cc/render_pass_sink.h ('k') | cc/render_surface_filters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698