Index: chrome/browser/browser_process_platform_part_winaura.h |
diff --git a/chrome/browser/browser_process_platform_part_winaura.h b/chrome/browser/browser_process_platform_part_winaura.h |
index 04b47b60bff0169ebcbdb194a0d110cae3bef28e..2ac75584744309aa1b7edf75775f54672671d2e0 100644 |
--- a/chrome/browser/browser_process_platform_part_winaura.h |
+++ b/chrome/browser/browser_process_platform_part_winaura.h |
@@ -9,7 +9,7 @@ |
#include "base/memory/scoped_ptr.h" |
class CommandLine; |
-class MetroViewerProcessHost; |
+class ChromeMetroViewerProcessHost; |
class BrowserProcessPlatformPart { |
public: |
@@ -33,7 +33,7 @@ class BrowserProcessPlatformPart { |
private: |
// Hosts the channel for the Windows 8 metro viewer process which runs in |
// the ASH environment. |
- scoped_ptr<MetroViewerProcessHost> metro_viewer_process_host_; |
+ scoped_ptr<ChromeMetroViewerProcessHost> metro_viewer_process_host_; |
DISALLOW_COPY_AND_ASSIGN(BrowserProcessPlatformPart); |
}; |