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

Unified Diff: extensions/common/guest_view/guest_view_constants.h

Issue 577453002: Rename ChromeBrowserPluginDelegate to GuestViewContainer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved GuestViewContainer to ENABLE_EXTENSIONS guard Created 6 years, 3 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/common/BUILD.gn ('k') | extensions/common/guest_view/guest_view_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/guest_view/guest_view_constants.h
diff --git a/extensions/browser/guest_view/guest_view_constants.h b/extensions/common/guest_view/guest_view_constants.h
similarity index 76%
rename from extensions/browser/guest_view/guest_view_constants.h
rename to extensions/common/guest_view/guest_view_constants.h
index 1689c14bc83e760e30c15a3bf40665f7552a0ac0..c76b924c8d95fea2626e491fd2253b0be278a648 100644
--- a/extensions/browser/guest_view/guest_view_constants.h
+++ b/extensions/common/guest_view/guest_view_constants.h
@@ -4,8 +4,8 @@
// Constants used for the WebView API.
-#ifndef EXTENSIONS_BROWSER_GUEST_VIEW_GUEST_VIEW_CONSTANTS_H_
-#define EXTENSIONS_BROWSER_GUEST_VIEW_GUEST_VIEW_CONSTANTS_H_
+#ifndef EXTENSIONS_COMMON_GUEST_VIEW_GUEST_VIEW_CONSTANTS_H_
+#define EXTENSIONS_COMMON_GUEST_VIEW_GUEST_VIEW_CONSTANTS_H_
namespace guestview {
@@ -25,5 +25,5 @@ extern const int kInstanceIDNone;
} // namespace guestview
-#endif // EXTENSIONS_BROWSER_GUEST_VIEW_GUEST_VIEW_CONSTANTS_H_
+#endif // EXTENSIONS_COMMON_GUEST_VIEW_GUEST_VIEW_CONSTANTS_H_
« no previous file with comments | « extensions/common/BUILD.gn ('k') | extensions/common/guest_view/guest_view_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698