| Index: trunk/src/chrome/browser/browser_process_platform_part_aurawin.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/browser_process_platform_part_aurawin.h (revision 201965)
|
| +++ trunk/src/chrome/browser/browser_process_platform_part_aurawin.h (working copy)
|
| @@ -9,7 +9,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "chrome/browser/browser_process_platform_part_base.h"
|
|
|
| -class ChromeMetroViewerProcessHost;
|
| +class MetroViewerProcessHost;
|
|
|
| class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase {
|
| public:
|
| @@ -27,7 +27,7 @@
|
| private:
|
| // Hosts the channel for the Windows 8 metro viewer process which runs in
|
| // the ASH environment.
|
| - scoped_ptr<ChromeMetroViewerProcessHost> metro_viewer_process_host_;
|
| + scoped_ptr<MetroViewerProcessHost> metro_viewer_process_host_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BrowserProcessPlatformPart);
|
| };
|
|
|