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

Unified Diff: cc/contents_scaling_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/content_layer_updater.h ('k') | cc/damage_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/contents_scaling_layer.h
diff --git a/cc/contents_scaling_layer.h b/cc/contents_scaling_layer.h
index d167d7f29648e1da0f150040087c8ab108a7449c..af79472bb9e13ba95aa21957c7d5d254f5d95780 100644
--- a/cc/contents_scaling_layer.h
+++ b/cc/contents_scaling_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 CC_CONTENTS_SCALING_LAYER_H
-#define CC_CONTENTS_SCALING_LAYER_H
+#ifndef CC_CONTENTS_SCALING_LAYER_H_
+#define CC_CONTENTS_SCALING_LAYER_H_
#include "cc/cc_export.h"
#include "cc/layer.h"
@@ -29,4 +29,4 @@ class CC_EXPORT ContentsScalingLayer : public Layer {
} // namespace cc
-#endif // CC_CONTENTS_SCALING_LAYER_H
+#endif // CC_CONTENTS_SCALING_LAYER_H__
« no previous file with comments | « cc/content_layer_updater.h ('k') | cc/damage_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698