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

Unified Diff: cc/image_layer.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/heads_up_display_layer_impl.h ('k') | cc/input_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/image_layer.h
diff --git a/cc/image_layer.h b/cc/image_layer.h
index 9fdce932aa4e8432accf5f6811a44a63a6b48acc..f4f6cd7c2d88067acd71a7800ea01df585f94a6f 100644
--- a/cc/image_layer.h
+++ b/cc/image_layer.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 ImageLayerChromium_h
-#define ImageLayerChromium_h
+#ifndef CC_IMAGE_LAYER_H_
+#define CC_IMAGE_LAYER_H_
#include "cc/cc_export.h"
#include "cc/content_layer.h"
@@ -43,4 +43,4 @@ private:
} // namespace cc
-#endif
+#endif // CC_IMAGE_LAYER_H_
« no previous file with comments | « cc/heads_up_display_layer_impl.h ('k') | cc/input_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698