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

Unified Diff: cc/layer_sorter.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_quad.h ('k') | cc/layer_tiling_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_sorter.h
diff --git a/cc/layer_sorter.h b/cc/layer_sorter.h
index 56cd8ac82c7314f97b231de797056a40e5389642..fbf4e5d91323738e845a3bee134881102ea1e333 100644
--- a/cc/layer_sorter.h
+++ b/cc/layer_sorter.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 CCLayerSorter_h
-#define CCLayerSorter_h
+#ifndef CC_LAYER_SORTER_H_
+#define CC_LAYER_SORTER_H_
#include "base/basictypes.h"
#include "base/hash_tables.h"
@@ -113,4 +113,4 @@ private:
};
}
-#endif
+#endif // CC_LAYER_SORTER_H_
« no previous file with comments | « cc/layer_quad.h ('k') | cc/layer_tiling_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698