Index: chrome/browser/browser_process_platform_part_winaura.cc |
diff --git a/chrome/browser/browser_process_platform_part_winaura.cc b/chrome/browser/browser_process_platform_part_winaura.cc |
index abee0994c6498ca735b446303064fbd7508f2fad..d47588a9afb47c7905208e20331a5acd72e347ed 100644 |
--- a/chrome/browser/browser_process_platform_part_winaura.cc |
+++ b/chrome/browser/browser_process_platform_part_winaura.cc |
@@ -7,7 +7,7 @@ |
#include "base/command_line.h" |
#include "base/logging.h" |
#include "base/process_util.h" |
-#include "chrome/browser/metro_viewer/metro_viewer_process_host_win.h" |
+#include "chrome/browser/metro_viewer/chrome_metro_viewer_process_host_win.h" |
#include "chrome/common/chrome_switches.h" |
BrowserProcessPlatformPart::BrowserProcessPlatformPart() { |
@@ -22,7 +22,7 @@ void BrowserProcessPlatformPart::PlatformSpecificCommandLineProcessing( |
!metro_viewer_process_host_.get()) { |
// Tell the metro viewer process host to connect to the given IPC channel. |
metro_viewer_process_host_.reset( |
- new MetroViewerProcessHost( |
+ new ChromeMetroViewerProcessHost( |
command_line.GetSwitchValueASCII(switches::kViewerConnection))); |
} |
} |