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

Unified Diff: chrome/browser/browser_process_platform_part_winaura.h

Issue 14629025: Create MetroViewerProcessHost as a common base for TestMetroViewerProcessHost and ChromeMetroViewer… (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
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);
};

Powered by Google App Engine
This is Rietveld 408576698