Index: cc/CCOverdrawMetrics.cpp |
diff --git a/cc/CCOverdrawMetrics.cpp b/cc/CCOverdrawMetrics.cpp |
index 51fbae644e6a0b19b45bff1709ebf1f16e5d6f7f..4eba7d37a691bf2aa8c7c3f2ace16355e8859581 100644 |
--- a/cc/CCOverdrawMetrics.cpp |
+++ b/cc/CCOverdrawMetrics.cpp |
@@ -19,7 +19,7 @@ |
using WebKit::WebTransformationMatrix; |
-namespace WebCore { |
+namespace cc { |
CCOverdrawMetrics::CCOverdrawMetrics(bool recordMetricsForFrame) |
: m_recordMetricsForFrame(recordMetricsForFrame) |
@@ -185,6 +185,6 @@ void CCOverdrawMetrics::recordMetricsInternal(MetricsType metricsType, const Lay |
} |
} |
-} // namespace WebCore |
+} // namespace cc |
#endif |