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

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: 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
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 94%
rename from extensions/common/guest_view/guest_view_constants.cc
rename to components/guest_view/common/guest_view_constants.cc
index f5acd357a3351242fadf97cdd099da44c4ddf750..e68c3b8340e7ff707d3c8e805767740e537df2e3 100644
--- a/extensions/common/guest_view/guest_view_constants.cc
+++ b/components/guest_view/common/guest_view_constants.cc
@@ -2,9 +2,9 @@
// 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 {
+namespace guest_view {
// Sizing attributes/parameters.
const char kAttributeAutoSize[] = "autosize";
« no previous file with comments | « components/guest_view/common/guest_view_constants.h ('k') | components/guest_view/common/guest_view_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698