From ca2902e903aba2f9964281dd875de7e4e72c08d8 Mon Sep 17 00:00:00 2001 From: "danakj@chromium.org" Date: Thu, 28 Mar 2013 01:45:35 +0000 Subject: cc: Fix lint errors in cc. This fixes lint errors for a bunch of files including occlusion_tracker_unittest.cc and layer_tree_host_unittest_*.cc, as well as everything remaining under cc/trees/ and cc/output/ R=enne NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12471012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191092 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/output/render_surface_filters.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cc/output/render_surface_filters.h') diff --git a/cc/output/render_surface_filters.h b/cc/output/render_surface_filters.h index e13c11c..494204c 100644 --- a/cc/output/render_surface_filters.h +++ b/cc/output/render_surface_filters.h @@ -35,5 +35,6 @@ class CC_EXPORT RenderSurfaceFilters { DISALLOW_IMPLICIT_CONSTRUCTORS(RenderSurfaceFilters); }; -} +} // namespace cc + #endif // CC_OUTPUT_RENDER_SURFACE_FILTERS_H_ -- cgit v1.1