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

Unified Diff: cc/nine_patch_layer_impl.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/nine_patch_layer.h ('k') | cc/test/fake_content_layer_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/nine_patch_layer_impl.h
diff --git a/cc/nine_patch_layer_impl.h b/cc/nine_patch_layer_impl.h
index 476f5bb63d24f7266fd7111b5126587cc8bbc80e..e42d48109792a6061c4a33e3c2cd56c4ea53e27d 100644
--- a/cc/nine_patch_layer_impl.h
+++ b/cc/nine_patch_layer_impl.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 NinePatchLayerImpl_h
-#define NinePatchLayerImpl_h
+#ifndef CC_NINE_PATCH_LAYER_IMPL_H_
+#define CC_NINE_PATCH_LAYER_IMPL_H_
#include "cc/cc_export.h"
#include "cc/layer_impl.h"
@@ -46,6 +46,6 @@ private:
ResourceProvider::ResourceId m_resourceId;
};
-}
+} // namespace cc
-#endif
+#endif // CC_NINE_PATCH_LAYER_IMPL_H_
« no previous file with comments | « cc/nine_patch_layer.h ('k') | cc/test/fake_content_layer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698