Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1048)

Unified Diff: extensions/renderer/guest_view_internal_custom_bindings.h

Issue 497103002: Move ChromeExtensionHostMsg_AttachGuest to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move guest_view_internal_custom_bindings.h(.cc) to extensions. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/renderer/guest_view_internal_custom_bindings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/renderer/guest_view_internal_custom_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698