summaryrefslogtreecommitdiffstats
path: root/cc/debug/rendering_stats_instrumentation.h
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-26 18:06:10 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-26 18:06:10 +0000
commitadb08548d49107d17ccd2caea44c7fc8bc106680 (patch)
treeb04645bbd04bbca91d41a4badad5528e2f29b9ad /cc/debug/rendering_stats_instrumentation.h
parentab3b99de93676e6b18a0b58d2de141694c2ab79a (diff)
downloadchromium_src-adb08548d49107d17ccd2caea44c7fc8bc106680.zip
chromium_src-adb08548d49107d17ccd2caea44c7fc8bc106680.tar.gz
chromium_src-adb08548d49107d17ccd2caea44c7fc8bc106680.tar.bz2
This fixes all lint issues (except for false positives) in:
cc/base/ cc/debug/ cc/resources/ cc/quads/ BUG=144577 Review URL: https://codereview.chromium.org/13051003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190715 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/debug/rendering_stats_instrumentation.h')
-rw-r--r--cc/debug/rendering_stats_instrumentation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/debug/rendering_stats_instrumentation.h b/cc/debug/rendering_stats_instrumentation.h
index 63401c0..c3ec320 100644
--- a/cc/debug/rendering_stats_instrumentation.h
+++ b/cc/debug/rendering_stats_instrumentation.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_RENDERING_STATS_INSTRUMENTATION_H_
-#define CC_RENDERING_STATS_INSTRUMENTATION_H_
+#ifndef CC_DEBUG_RENDERING_STATS_INSTRUMENTATION_H_
+#define CC_DEBUG_RENDERING_STATS_INSTRUMENTATION_H_
#include "base/memory/scoped_ptr.h"
#include "base/synchronization/lock.h"
@@ -71,4 +71,4 @@ class CC_EXPORT RenderingStatsInstrumentation {
} // namespace cc
-#endif // CC_RENDERING_STATS_INSTRUMENTATION_H_
+#endif // CC_DEBUG_RENDERING_STATS_INSTRUMENTATION_H_