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

Unified Diff: trunk/src/chrome/browser/browser_process_platform_part_aurawin.h

Issue 15966003: Revert 201806 "Create MetroViewerProcessHost as a common base fo..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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
« no previous file with comments | « trunk/src/chrome/browser/DEPS ('k') | trunk/src/chrome/browser/browser_process_platform_part_aurawin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « trunk/src/chrome/browser/DEPS ('k') | trunk/src/chrome/browser/browser_process_platform_part_aurawin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698