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

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: Fixed Mac Build + GN Test builds 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
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 87%
copy from extensions/common/guest_view/guest_view_constants.h
copy to components/guest_view/common/guest_view_constants.h
index 8fe8ff16ba68df70d29735c0b857f3da42d87cb7..a6c282131b0d6381ab72f376d53e05e6c8c3a82a 100644
--- a/extensions/common/guest_view/guest_view_constants.h
+++ b/components/guest_view/common/guest_view_constants.h
@@ -4,8 +4,8 @@
// 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 {
@@ -47,4 +47,4 @@ extern const int kDefaultHeight;
} // namespace guestview
-#endif // EXTENSIONS_COMMON_GUEST_VIEW_GUEST_VIEW_CONSTANTS_H_
+#endif // COMPONENTS_GUEST_VIEW_COMMON_GUEST_VIEW_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698