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

Unified Diff: chrome/browser/chrome_browser_main_win.h

Issue 10919173: Rename Windows SystemMonitor implementation files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win unit test Created 8 years, 3 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 | « no previous file | chrome/browser/chrome_browser_main_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main_win.h
diff --git a/chrome/browser/chrome_browser_main_win.h b/chrome/browser/chrome_browser_main_win.h
index d1c2384e603ca46450f7b27275485521f18fe778..8b6dc7bf7d3bf2ea7e330935523373d592972d66 100644
--- a/chrome/browser/chrome_browser_main_win.h
+++ b/chrome/browser/chrome_browser_main_win.h
@@ -13,7 +13,7 @@
class CommandLine;
namespace chrome {
-class MediaDeviceNotificationsWindowWin;
+class RemovableDeviceNotificationsWindowWin;
} // namespace chrome
@@ -65,8 +65,8 @@ class ChromeBrowserMainPartsWin : public ChromeBrowserMainParts {
static void SetupInstallerUtilStrings();
private:
- scoped_refptr<chrome::MediaDeviceNotificationsWindowWin>
- media_device_notifications_window_;
+ scoped_refptr<chrome::RemovableDeviceNotificationsWindowWin>
+ removable_device_notifications_window_;
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsWin);
};
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698