| Index: content/common/possibly_associated_interface_ptr.h | 
| diff --git a/content/renderer/possibly_associated_interface_ptr.h b/content/common/possibly_associated_interface_ptr.h | 
| similarity index 91% | 
| rename from content/renderer/possibly_associated_interface_ptr.h | 
| rename to content/common/possibly_associated_interface_ptr.h | 
| index 9e30892b854065df82363e89e27589294f457ee6..4d1bf57e8190f95a3c7eb2fc0ad16e3376ca1f2a 100644 | 
| --- a/content/renderer/possibly_associated_interface_ptr.h | 
| +++ b/content/common/possibly_associated_interface_ptr.h | 
| @@ -2,8 +2,8 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#ifndef CONTENT_RENDERER_POSSIBLY_ASSOCIATED_INTERFACE_PTR_H_ | 
| -#define CONTENT_RENDERER_POSSIBLY_ASSOCIATED_INTERFACE_PTR_H_ | 
| +#ifndef CONTENT_COMMON_POSSIBLY_ASSOCIATED_INTERFACE_PTR_H_ | 
| +#define CONTENT_COMMON_POSSIBLY_ASSOCIATED_INTERFACE_PTR_H_ | 
|  | 
| #include "base/macros.h" | 
| #include "mojo/public/cpp/bindings/associated_interface_ptr.h" | 
| @@ -54,4 +54,4 @@ class PossiblyAssociatedInterfacePtr final { | 
|  | 
| }  // namespace content | 
|  | 
| -#endif  // CONTENT_RENDERER_POSSIBLY_ASSOCIATED_INTERFACE_PTR_H_ | 
| +#endif  // CONTENT_COMMON_POSSIBLY_ASSOCIATED_INTERFACE_PTR_H_ | 
|  |