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

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

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.cc
diff --git a/extensions/common/guest_view/guest_view_constants.cc b/components/guest_view/common/guest_view_constants.cc
similarity index 95%
copy from extensions/common/guest_view/guest_view_constants.cc
copy to components/guest_view/common/guest_view_constants.cc
index f5acd357a3351242fadf97cdd099da44c4ddf750..c522f165ae228b48167a063f2344a75d9e026264 100644
--- a/extensions/common/guest_view/guest_view_constants.cc
+++ b/components/guest_view/common/guest_view_constants.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "extensions/common/guest_view/guest_view_constants.h"
+#include "components/guest_view/common/guest_view_constants.h"
namespace guestview {

Powered by Google App Engine
This is Rietveld 408576698