| Index: cc/blink/web_layer_impl_fixed_bounds.cc
 | 
| diff --git a/content/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc b/cc/blink/web_layer_impl_fixed_bounds.cc
 | 
| similarity index 96%
 | 
| rename from content/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc
 | 
| rename to cc/blink/web_layer_impl_fixed_bounds.cc
 | 
| index b3195f9946c17109449f649bab6bb45a0234ba3f..5ffb660ccbbaad32745b439da78e65409030edf1 100644
 | 
| --- a/content/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc
 | 
| +++ b/cc/blink/web_layer_impl_fixed_bounds.cc
 | 
| @@ -2,7 +2,7 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "content/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h"
 | 
| +#include "cc/blink/web_layer_impl_fixed_bounds.h"
 | 
|  
 | 
|  #include "cc/layers/layer.h"
 | 
|  #include "third_party/WebKit/public/platform/WebFloatPoint.h"
 | 
| @@ -11,7 +11,7 @@
 | 
|  
 | 
|  using cc::Layer;
 | 
|  
 | 
| -namespace content {
 | 
| +namespace cc_blink {
 | 
|  
 | 
|  WebLayerImplFixedBounds::WebLayerImplFixedBounds() {
 | 
|  }
 | 
| @@ -97,5 +97,4 @@ void WebLayerImplFixedBounds::UpdateLayerBoundsAndTransform() {
 | 
|    layer_->SetTransform(transform_with_bounds_scale);
 | 
|  }
 | 
|  
 | 
| -}  // namespace content
 | 
| -
 | 
| +}  // namespace cc_blink
 | 
| 
 |