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

Unified Diff: chrome_frame/test/ui_test.cc

Issue 15950011: content: Move kViewSourceScheme constant into content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « chrome_frame/navigation_constraints.cc ('k') | chrome_frame/utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/ui_test.cc
diff --git a/chrome_frame/test/ui_test.cc b/chrome_frame/test/ui_test.cc
index 4cf769a057de0eeefd965a00fad893a0a71ad136..8f168caaafe3b5e929436ba421f90a86ffa7b615 100644
--- a/chrome_frame/test/ui_test.cc
+++ b/chrome_frame/test/ui_test.cc
@@ -322,7 +322,7 @@ TEST_P(FullTabUITest, ViewSource) {
// Expect notification for view-source window, handle new window event
// and attach a new ie_mock_ to the received web browser
std::wstring view_source_url;
- view_source_url += UTF8ToWide(chrome::kViewSourceScheme);
+ view_source_url += UTF8ToWide(content::kViewSourceScheme);
view_source_url += L":";
view_source_url += GetSimplePageUrl();
std::wstring url_in_new_window = kChromeProtocolPrefix;
@@ -565,7 +565,7 @@ TEST_F(ContextMenuTest, CFViewSource) {
// Expect notification for view-source window, handle new window event
// and attach a new ie_mock_ to the received web browser
std::wstring view_source_url;
- view_source_url += UTF8ToWide(chrome::kViewSourceScheme);
+ view_source_url += UTF8ToWide(content::kViewSourceScheme);
view_source_url += L":";
view_source_url += GetSimplePageUrl();
std::wstring url_in_new_window = kChromeProtocolPrefix;
« no previous file with comments | « chrome_frame/navigation_constraints.cc ('k') | chrome_frame/utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698