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

Unified Diff: base/files/file_path_watcher_win.cc

Issue 6793020: Move FilePathWatcher to base/files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: plugin_service only uses FPW on linux 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
Index: base/files/file_path_watcher_win.cc
diff --git a/content/common/file_path_watcher/file_path_watcher_win.cc b/base/files/file_path_watcher_win.cc
similarity index 99%
rename from content/common/file_path_watcher/file_path_watcher_win.cc
rename to base/files/file_path_watcher_win.cc
index bf24e18ce3e47d0e3c8a837142f26168295ac4e8..595ace9acb806a804da90f6a7cfd9481d2d5773b 100644
--- a/content/common/file_path_watcher/file_path_watcher_win.cc
+++ b/base/files/file_path_watcher_win.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/common/file_path_watcher/file_path_watcher.h"
+#include "base/files/file_path_watcher.h"
#include "base/file_path.h"
#include "base/file_util.h"
@@ -12,6 +12,8 @@
#include "base/time.h"
#include "base/win/object_watcher.h"
+using ::base::files::FilePathWatcher;
+
namespace {
class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate,

Powered by Google App Engine
This is Rietveld 408576698