| Index: cc/blink/web_transform_operations_impl.cc
 | 
| diff --git a/content/renderer/compositor_bindings/web_transform_operations_impl.cc b/cc/blink/web_transform_operations_impl.cc
 | 
| similarity index 94%
 | 
| rename from content/renderer/compositor_bindings/web_transform_operations_impl.cc
 | 
| rename to cc/blink/web_transform_operations_impl.cc
 | 
| index cfec1b4815348027e7e9109c302826c887e73ede..0efc2438de094b86df1021c072d644304b0adc7b 100644
 | 
| --- a/content/renderer/compositor_bindings/web_transform_operations_impl.cc
 | 
| +++ b/cc/blink/web_transform_operations_impl.cc
 | 
| @@ -2,13 +2,13 @@
 | 
|  // 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_transform_operations_impl.h"
 | 
| +#include "cc/blink/web_transform_operations_impl.h"
 | 
|  
 | 
|  #include <algorithm>
 | 
|  
 | 
|  #include "ui/gfx/transform.h"
 | 
|  
 | 
| -namespace content {
 | 
| +namespace cc_blink {
 | 
|  
 | 
|  WebTransformOperationsImpl::WebTransformOperationsImpl() {
 | 
|  }
 | 
| @@ -65,5 +65,4 @@ bool WebTransformOperationsImpl::isIdentity() const {
 | 
|  WebTransformOperationsImpl::~WebTransformOperationsImpl() {
 | 
|  }
 | 
|  
 | 
| -}  // namespace content
 | 
| -
 | 
| +}  // namespace cc_blink
 | 
| 
 |