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

Unified Diff: cc/nine_patch_layer.h

Issue 11365188: cc: Fix header include guards. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/image_layer_updater.h ('k') | cc/nine_patch_layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/nine_patch_layer.h
diff --git a/cc/nine_patch_layer.h b/cc/nine_patch_layer.h
index 6e20b1fdc99a03c19d73559ace57390de1abcca3..ee38ac485b8d088012c632adf398d252032413ae 100644
--- a/cc/nine_patch_layer.h
+++ b/cc/nine_patch_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 NinePatchLayer_h
-#define NinePatchLayer_h
+#ifndef CC_NINE_PATCH_LAYER_H_
+#define CC_NINE_PATCH_LAYER_H_
#include "base/memory/scoped_ptr.h"
#include "cc/cc_export.h"
@@ -50,6 +50,6 @@ private:
gfx::Rect m_imageAperture;
};
-}
+} // namespace cc
-#endif
+#endif // CC_NINE_PATCH_LAYER_H_
« no previous file with comments | « cc/image_layer_updater.h ('k') | cc/nine_patch_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698