Index: chrome_frame/chrome_frame_activex_base.h |
diff --git a/chrome_frame/chrome_frame_activex_base.h b/chrome_frame/chrome_frame_activex_base.h |
index 057b3e5e5f26f9eec3f60b4d92083437ad89a62a..dc749a5520e9bab271dcff775b56f3bfd1a3a72b 100644 |
--- a/chrome_frame/chrome_frame_activex_base.h |
+++ b/chrome_frame/chrome_frame_activex_base.h |
@@ -1076,7 +1076,7 @@ END_MSG_MAP() |
// using chrome frame full tab mode by using 'cf:' protocol handler. |
// Also change the disposition to NEW_WINDOW since IE6 doesn't have tabs. |
if (url_to_open.has_scheme() && |
- (url_to_open.SchemeIs(chrome::kViewSourceScheme) || |
+ (url_to_open.SchemeIs(content::kViewSourceScheme) || |
url_to_open.SchemeIs(chrome::kAboutScheme))) { |
std::wstring chrome_url; |
chrome_url.append(kChromeProtocolPrefix); |