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

Unified Diff: cc/layer_tiling_data.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/layer_sorter.h ('k') | cc/layer_tree_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_tiling_data.h
diff --git a/cc/layer_tiling_data.h b/cc/layer_tiling_data.h
index 97fdbb075fcc1b05c1ef55b9bd6391e1a0e0eedc..36a029a661d0547788501babb4ac8c6b49b9ae0f 100644
--- a/cc/layer_tiling_data.h
+++ b/cc/layer_tiling_data.h
@@ -3,8 +3,8 @@
// found in the LICENSE file.
-#ifndef CCLayerTilingData_h
-#define CCLayerTilingData_h
+#ifndef CC_LAYER_TILING_DATA_H_
+#define CC_LAYER_TILING_DATA_H_
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
@@ -86,4 +86,4 @@ protected:
}
-#endif
+#endif // CC_LAYER_TILING_DATA_H_
« no previous file with comments | « cc/layer_sorter.h ('k') | cc/layer_tree_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698