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

Unified Diff: cc/render_pass_sink.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_draw_quad.h ('k') | cc/render_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/render_pass_sink.h
diff --git a/cc/render_pass_sink.h b/cc/render_pass_sink.h
index 10a34e79bd3784153977d988bd51c9f8c224ecfa..ae00f62fb4a27c900a122974a575a14722b81d97 100644
--- a/cc/render_pass_sink.h
+++ b/cc/render_pass_sink.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 CCRenderPassSink_h
-#define CCRenderPassSink_h
+#ifndef CC_RENDER_PASS_SINK_H_
+#define CC_RENDER_PASS_SINK_H_
#include "base/memory/scoped_ptr.h"
#include "cc/cc_export.h"
@@ -18,4 +18,4 @@ public:
};
}
-#endif // CCRenderPassSink_h
+#endif // CC_RENDER_PASS_SINK_H_
« no previous file with comments | « cc/render_pass_draw_quad.h ('k') | cc/render_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698