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

Unified Diff: base/files/file_path_watcher_unittest.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_unittest.cc
diff --git a/content/common/file_path_watcher/file_path_watcher_browsertest.cc b/base/files/file_path_watcher_unittest.cc
similarity index 99%
rename from content/common/file_path_watcher/file_path_watcher_browsertest.cc
rename to base/files/file_path_watcher_unittest.cc
index b847ca9e2901ce12ec3a108ec8bba72426ae88e5..f622cd4b9b0259f70d7e72b544e93f7e87640d34 100644
--- a/content/common/file_path_watcher/file_path_watcher_browsertest.cc
+++ b/base/files/file_path_watcher_unittest.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 <set>
@@ -28,6 +28,8 @@
#include "base/threading/thread.h"
#include "testing/gtest/include/gtest/gtest.h"
+using ::base::files::FilePathWatcher;
brettw 2011/04/06 16:16:54 I would also wrap this in base::files and delete t
+
namespace {
class TestDelegate;

Powered by Google App Engine
This is Rietveld 408576698