| Index: extensions/renderer/guest_view/guest_view_internal_custom_bindings.h
|
| diff --git a/chrome/renderer/extensions/guest_view_internal_custom_bindings.h b/extensions/renderer/guest_view/guest_view_internal_custom_bindings.h
|
| similarity index 84%
|
| rename from chrome/renderer/extensions/guest_view_internal_custom_bindings.h
|
| rename to extensions/renderer/guest_view/guest_view_internal_custom_bindings.h
|
| index b034af14705f9a4f952cbf84e2a1852a2682d5ab..0d7cb753aae1dcdfa37f8dc539988e305b7caa74 100644
|
| --- a/chrome/renderer/extensions/guest_view_internal_custom_bindings.h
|
| +++ b/extensions/renderer/guest_view/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_GUEST_VIEW_INTERNAL_CUSTOM_BINDINGS_H_
|
| +#define EXTENSIONS_RENDERER_GUEST_VIEW_GUEST_VIEW_INTERNAL_CUSTOM_BINDINGS_H_
|
|
|
| #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_GUEST_VIEW_INTERNAL_CUSTOM_BINDINGS_H_
|
|
|