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

Unified Diff: content/browser/device_monitor_linux.cc

Issue 11340029: Move remaining files in content\browser to the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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: content/browser/device_monitor_linux.cc
===================================================================
--- content/browser/device_monitor_linux.cc (revision 164795)
+++ content/browser/device_monitor_linux.cc (working copy)
@@ -53,7 +53,7 @@
std::vector<UdevLinux::UdevMonitorFilter> filters;
for (size_t i = 0; i < arraysize(kSubsystemMap); ++i) {
- filters.push_back(content::UdevLinux::UdevMonitorFilter(
+ filters.push_back(UdevLinux::UdevMonitorFilter(
kSubsystemMap[i].subsystem, kSubsystemMap[i].devtype));
}
udev_.reset(new UdevLinux(filters,

Powered by Google App Engine
This is Rietveld 408576698