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

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

Issue 1102173002: Move GuestView layer in browser to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed John's comments Created 5 years, 8 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 | « components/guest_view/common/OWNERS ('k') | components/guest_view/common/guest_view_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/guest_view/common/guest_view_constants.h
diff --git a/extensions/common/guest_view/guest_view_constants.h b/components/guest_view/common/guest_view_constants.h
similarity index 84%
rename from extensions/common/guest_view/guest_view_constants.h
rename to components/guest_view/common/guest_view_constants.h
index 8fe8ff16ba68df70d29735c0b857f3da42d87cb7..ef9066e867e11125c49d2a9359450b43512790a2 100644
--- a/extensions/common/guest_view/guest_view_constants.h
+++ b/components/guest_view/common/guest_view_constants.h
@@ -4,10 +4,10 @@
// Constants used for the WebView API.
-#ifndef EXTENSIONS_COMMON_GUEST_VIEW_GUEST_VIEW_CONSTANTS_H_
-#define EXTENSIONS_COMMON_GUEST_VIEW_GUEST_VIEW_CONSTANTS_H_
+#ifndef COMPONENTS_GUEST_VIEW_COMMON_GUEST_VIEW_CONSTANTS_H_
+#define COMPONENTS_GUEST_VIEW_COMMON_GUEST_VIEW_CONSTANTS_H_
-namespace guestview {
+namespace guest_view {
// Sizing attributes/parameters.
extern const char kAttributeAutoSize[];
@@ -45,6 +45,6 @@ extern const int kInstanceIDNone;
extern const int kDefaultWidth;
extern const int kDefaultHeight;
-} // namespace guestview
+} // namespace guest_view
-#endif // EXTENSIONS_COMMON_GUEST_VIEW_GUEST_VIEW_CONSTANTS_H_
+#endif // COMPONENTS_GUEST_VIEW_COMMON_GUEST_VIEW_CONSTANTS_H_
« no previous file with comments | « components/guest_view/common/OWNERS ('k') | components/guest_view/common/guest_view_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698