| Index: cc/test/MockCCQuadCuller.h
|
| diff --git a/cc/test/MockCCQuadCuller.h b/cc/test/MockCCQuadCuller.h
|
| index 9823fcc8095d076c1f96981299bbab84435118b6..6edfe0845132853bc25e9a0b3ce02e5a65121866 100644
|
| --- a/cc/test/MockCCQuadCuller.h
|
| +++ b/cc/test/MockCCQuadCuller.h
|
| @@ -10,7 +10,7 @@
|
| #include "IntRect.h"
|
| #include <wtf/PassOwnPtr.h>
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| class MockCCQuadCuller : public CCQuadSink {
|
| public:
|
| @@ -54,5 +54,5 @@ private:
|
| CCSharedQuadStateList m_sharedQuadStateStorage;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace cc
|
| #endif // MockCCQuadCuller_h
|
|
|