Chromium Code Reviews| Index: extensions/renderer/guest_view_internal_custom_bindings.h |
| diff --git a/chrome/renderer/extensions/guest_view_internal_custom_bindings.h b/extensions/renderer/guest_view_internal_custom_bindings.h |
| similarity index 85% |
| rename from chrome/renderer/extensions/guest_view_internal_custom_bindings.h |
| rename to extensions/renderer/guest_view_internal_custom_bindings.h |
| index b034af14705f9a4f952cbf84e2a1852a2682d5ab..9e0bf9fc789da1d92f7b13bdcdbe5abca953a5d2 100644 |
| --- a/chrome/renderer/extensions/guest_view_internal_custom_bindings.h |
| +++ b/extensions/renderer/guest_view_internal_custom_bindings.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 CHROME_RENDERER_EXTENSIONS_GUEST_VIEW_INTERNAL_CUSTOM_BINDINGS_H_ |
| -#define CHROME_RENDERER_EXTENSIONS_GUEST_VIEW_INTERNAL_CUSTOM_BINDINGS_H_ |
| +#ifndef EXTENSIONS_RENDERER_GUEST_VIEW_INTERNAL_CUSTOM_BINDINGS_H_ |
| +#define EXTENSIONS_RENDERER_GUEST_VIEW_INTERNAL_CUSTOM_BINDINGS_H_ |
|
Fady Samuel
2014/08/22 18:49:06
Can we move this to extension/renderer/guest_view/
|
| #include "extensions/renderer/object_backed_native_handler.h" |
| @@ -32,4 +32,4 @@ class GuestViewInternalCustomBindings : public ObjectBackedNativeHandler { |
| } // namespace extensions |
| -#endif // CHROME_RENDERER_EXTENSIONS_GUEST_VIEW_INTERNAL_CUSTOM_BINDINGS_H_ |
| +#endif // EXTENSIONS_RENDERER_GUEST_VIEW_INTERNAL_CUSTOM_BINDINGS_H_ |