| Index: cc/CCPrioritizedTexture.h
|
| diff --git a/cc/CCPrioritizedTexture.h b/cc/CCPrioritizedTexture.h
|
| index ec90a49cca67bf7ae86e4f31118c391f945ae750..b37f8bdd731e9a684433febb44fb707bcea187b7 100644
|
| --- a/cc/CCPrioritizedTexture.h
|
| +++ b/cc/CCPrioritizedTexture.h
|
| @@ -12,7 +12,7 @@
|
| #include "IntRect.h"
|
| #include "IntSize.h"
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| class CCPrioritizedTextureManager;
|
|
|
| @@ -116,6 +116,6 @@ private:
|
| CCPrioritizedTextureManager* m_manager;
|
| };
|
|
|
| -} // WebCore
|
| +} // namespace cc
|
|
|
| #endif
|
|
|