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

Unified Diff: chrome/browser/storage_monitor/udev_util_linux.cc

Issue 23727009: Cleanup: Remove chrome namespace for storage monitor and media galleries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit Created 7 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
Index: chrome/browser/storage_monitor/udev_util_linux.cc
diff --git a/chrome/browser/storage_monitor/udev_util_linux.cc b/chrome/browser/storage_monitor/udev_util_linux.cc
index c88260c60a6af94e950f997b884df9596534471b..0231df0b1b9ba643a0acda7473b97f9d765809cf 100644
--- a/chrome/browser/storage_monitor/udev_util_linux.cc
+++ b/chrome/browser/storage_monitor/udev_util_linux.cc
@@ -6,8 +6,6 @@
#include "base/files/file_path.h"
-namespace chrome {
-
void UdevDeleter::operator()(struct udev* udev) {
udev_unref(udev);
}
@@ -35,5 +33,3 @@ bool GetUdevDevicePropertyValueByPath(const base::FilePath& device_path,
*result = GetUdevDevicePropertyValue(device.get(), key);
return true;
}
-
-} // namespace chrome
« no previous file with comments | « chrome/browser/storage_monitor/udev_util_linux.h ('k') | chrome/browser/storage_monitor/volume_mount_watcher_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698