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

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

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.h
diff --git a/chrome/browser/storage_monitor/udev_util_linux.h b/chrome/browser/storage_monitor/udev_util_linux.h
index 308af967ff03963a689295334e31f7bb2a610bee..31497560ed4774d8797976c3191c828daa438f1d 100644
--- a/chrome/browser/storage_monitor/udev_util_linux.h
+++ b/chrome/browser/storage_monitor/udev_util_linux.h
@@ -15,8 +15,6 @@ namespace base {
class FilePath;
}
-namespace chrome {
-
// Deleter for ScopedUdevObject.
struct UdevDeleter {
void operator()(struct udev* udev);
@@ -41,6 +39,4 @@ bool GetUdevDevicePropertyValueByPath(const base::FilePath& device_path,
const char* key,
std::string* result);
-} // namespace chrome
-
#endif // CHROME_BROWSER_STORAGE_MONITOR_UDEV_UTIL_LINUX_H_
« no previous file with comments | « chrome/browser/storage_monitor/transient_device_ids.cc ('k') | chrome/browser/storage_monitor/udev_util_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698