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

Unified Diff: chrome/browser/chrome_browser_main_mac.h

Issue 12334096: Regularize ownerships and lifecycle for storage monitor platform classes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 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/chrome_browser_main_mac.h
diff --git a/chrome/browser/chrome_browser_main_mac.h b/chrome/browser/chrome_browser_main_mac.h
index 82f73c6a372fda000736460c5e515eb1b1fdfa3a..46388d887b06bcdaab27845b741cda91e506f203 100644
--- a/chrome/browser/chrome_browser_main_mac.h
+++ b/chrome/browser/chrome_browser_main_mac.h
@@ -9,7 +9,6 @@
#include "base/memory/ref_counted.h"
namespace chrome {
-class ImageCaptureDeviceManager;
vandebo (ex-Chrome) 2013/02/26 23:07:44 Do you need this in removable_device_notifications
Greg Billock 2013/02/27 19:54:06 Yes. Discovered this in the try run and fixed.
class RemovableDeviceNotificationsMac;
}
@@ -32,8 +31,6 @@ class ChromeBrowserMainPartsMac : public ChromeBrowserMainPartsPosix {
scoped_refptr<chrome::RemovableDeviceNotificationsMac>
removable_device_notifications_mac_;
- scoped_ptr<chrome::ImageCaptureDeviceManager> image_capture_device_manager_;
-
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsMac);
};

Powered by Google App Engine
This is Rietveld 408576698