Index: cc/CCFrameRateCounter.h |
diff --git a/cc/CCFrameRateCounter.h b/cc/CCFrameRateCounter.h |
index 67763bc39c25d91c4af53813ff40033cc3b3d0da..1038deb92533e57c5328525632e20574bd52f277 100644 |
--- a/cc/CCFrameRateCounter.h |
+++ b/cc/CCFrameRateCounter.h |
@@ -10,7 +10,7 @@ |
#include <wtf/Noncopyable.h> |
#include <wtf/PassOwnPtr.h> |
-namespace WebCore { |
+namespace cc { |
// This class maintains a history of timestamps, and provides functionality to |
// intelligently compute average frames per second (and standard deviation). |
@@ -64,7 +64,7 @@ private: |
int m_droppedFrameCount; |
}; |
-} // namespace WebCore |
+} // namespace cc |
#endif // USE(ACCELERATED_COMPOSITING) |