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

Unified Diff: chrome/browser/policy/file_based_policy_loader.h

Issue 6793020: Move FilePathWatcher to base/files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use ::operator<< Created 9 years, 8 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 | « base/files/file_path_watcher_win.cc ('k') | chrome/browser/policy/file_based_policy_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/file_based_policy_loader.h
diff --git a/chrome/browser/policy/file_based_policy_loader.h b/chrome/browser/policy/file_based_policy_loader.h
index d7dedcc91635478390e956810a33517963e97617..4a2919c57f6ce9e8f13ebfb917bc014b2781248a 100644
--- a/chrome/browser/policy/file_based_policy_loader.h
+++ b/chrome/browser/policy/file_based_policy_loader.h
@@ -6,9 +6,9 @@
#define CHROME_BROWSER_POLICY_FILE_BASED_POLICY_LOADER_H_
#pragma once
+#include "base/files/file_path_watcher.h"
#include "chrome/browser/policy/asynchronous_policy_loader.h"
#include "chrome/browser/policy/file_based_policy_provider.h"
-#include "content/common/file_path_watcher/file_path_watcher.h"
namespace policy {
@@ -56,7 +56,7 @@ class FileBasedPolicyLoader : public AsynchronousPolicyLoader {
// it possible to destroy the watcher before the loader's destructor is called
// (e.g. during Stop), since |watcher_| internally holds a reference to the
// loader and keeps it alive.
- scoped_ptr<FilePathWatcher> watcher_;
+ scoped_ptr<base::files::FilePathWatcher> watcher_;
// Settle interval.
const base::TimeDelta settle_interval_;
« no previous file with comments | « base/files/file_path_watcher_win.cc ('k') | chrome/browser/policy/file_based_policy_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698