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

Unified Diff: base/system_monitor/system_monitor.h

Issue 10825273: Clean-up inline members of nested classes (base/) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | base/system_monitor/system_monitor.cc » ('j') | base/system_monitor/system_monitor.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/system_monitor/system_monitor.h
diff --git a/base/system_monitor/system_monitor.h b/base/system_monitor/system_monitor.h
index e05df742109a1f54f3f9cc51a04b72eb5ac1deff..16f16af940c8350d925f8521beea4dab214e3b5c 100644
--- a/base/system_monitor/system_monitor.h
+++ b/base/system_monitor/system_monitor.h
@@ -68,12 +68,7 @@ class BASE_EXPORT SystemMonitor {
MediaDeviceInfo(const std::string& id,
const string16& device_name,
MediaDeviceType device_type,
- const FilePath::StringType& device_location)
- : unique_id(id),
- name(device_name),
- type(device_type),
- location(device_location) {
- }
+ const FilePath::StringType& device_location);
// Unique media device id - persists between device attachments.
std::string unique_id;
« no previous file with comments | « no previous file | base/system_monitor/system_monitor.cc » ('j') | base/system_monitor/system_monitor.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698