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

Unified Diff: cc/texture_copier.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/texture.h ('k') | cc/texture_draw_quad.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/texture_copier.h
diff --git a/cc/texture_copier.h b/cc/texture_copier.h
index 535208ccf5a4f3c573e893fa5f8734f535afd401..458a36366e50146e2733d55cd7666a7d6190422f 100644
--- a/cc/texture_copier.h
+++ b/cc/texture_copier.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 TextureCopier_h
-#define TextureCopier_h
+#ifndef CC_TEXTURE_COPIER_H_
+#define CC_TEXTURE_COPIER_H_
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
@@ -63,4 +63,4 @@ private:
}
-#endif
+#endif // CC_TEXTURE_COPIER_H_
« no previous file with comments | « cc/texture.h ('k') | cc/texture_draw_quad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698