| Index: cc/TreeSynchronizer.h
|
| diff --git a/cc/TreeSynchronizer.h b/cc/TreeSynchronizer.h
|
| index 5c59e5bfc05e1ae56508b6c62d1608694b159fa2..06991ef5efa8f0c08d0c1d2a85a921c0a06655c2 100644
|
| --- a/cc/TreeSynchronizer.h
|
| +++ b/cc/TreeSynchronizer.h
|
| @@ -10,7 +10,7 @@
|
| #include <wtf/OwnPtr.h>
|
| #include <wtf/PassOwnPtr.h>
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| class CCLayerImpl;
|
| class CCLayerTreeHostImpl;
|
| @@ -36,6 +36,6 @@ private:
|
| static void updateScrollbarLayerPointersRecursive(const RawPtrCCLayerImplMap& newLayers, LayerChromium*);
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace cc
|
|
|
| #endif // TreeSynchronizer_h
|
|
|