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

Unified Diff: chrome/browser/system_monitor/removable_device_notifications_linux.h

Issue 10939024: Clean up: Omit default constructor in RemoveableDeviceNotificationsLinux::MountPointInfo struct. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/system_monitor/removable_device_notifications_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/system_monitor/removable_device_notifications_linux.h
diff --git a/chrome/browser/system_monitor/removable_device_notifications_linux.h b/chrome/browser/system_monitor/removable_device_notifications_linux.h
index 96214697acfbe320e7373ad9f133e3d02ad84084..ee2ff83e81eaa96b5c77dd636073fa66b8c06c6c 100644
--- a/chrome/browser/system_monitor/removable_device_notifications_linux.h
+++ b/chrome/browser/system_monitor/removable_device_notifications_linux.h
@@ -78,8 +78,6 @@ class RemovableDeviceNotificationsLinux
// Structure to save mounted device information such as device path and unique
// identifier.
struct MountPointInfo {
- MountPointInfo();
-
FilePath mount_device;
std::string device_id;
string16 device_name;
« no previous file with comments | « no previous file | chrome/browser/system_monitor/removable_device_notifications_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698