summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_service_impl.h
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-15 07:59:52 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-15 07:59:52 +0000
commit6665571f557a5d19b272ef7c6aeb339e0a693868 (patch)
tree072600a62ed1054bdc496f1fb6d39682af2fe6fe /content/browser/plugin_service_impl.h
parent470fb434b6021676aea485427a59ad8cc8c87633 (diff)
downloadchromium_src-6665571f557a5d19b272ef7c6aeb339e0a693868.zip
chromium_src-6665571f557a5d19b272ef7c6aeb339e0a693868.tar.gz
chromium_src-6665571f557a5d19b272ef7c6aeb339e0a693868.tar.bz2
Remove the base::files:: namespace.
Review URL: https://chromiumcodereview.appspot.com/11876031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176836 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/plugin_service_impl.h')
-rw-r--r--content/browser/plugin_service_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/plugin_service_impl.h b/content/browser/plugin_service_impl.h
index bb163b6..8808c4b 100644
--- a/content/browser/plugin_service_impl.h
+++ b/content/browser/plugin_service_impl.h
@@ -201,7 +201,7 @@ class CONTENT_EXPORT PluginServiceImpl
#if defined(OS_POSIX) && !defined(OS_OPENBSD) && !defined(OS_ANDROID)
// Registers a new FilePathWatcher for a given path.
- static void RegisterFilePathWatcher(base::files::FilePathWatcher* watcher,
+ static void RegisterFilePathWatcher(base::FilePathWatcher* watcher,
const FilePath& path);
#endif
@@ -219,7 +219,7 @@ class CONTENT_EXPORT PluginServiceImpl
#endif
#if defined(OS_POSIX) && !defined(OS_OPENBSD) && !defined(OS_ANDROID)
- ScopedVector<base::files::FilePathWatcher> file_watchers_;
+ ScopedVector<base::FilePathWatcher> file_watchers_;
#endif
std::vector<PepperPluginInfo> ppapi_plugins_;