| Index: base/files/file_path_watcher_browsertest.cc
|
| diff --git a/base/files/file_path_watcher_browsertest.cc b/base/files/file_path_watcher_browsertest.cc
|
| index 69ff80608ae5e2015adbce307a785e64fbf309e7..5ded1e819398b489c8d31669c58d40adb38008b2 100644
|
| --- a/base/files/file_path_watcher_browsertest.cc
|
| +++ b/base/files/file_path_watcher_browsertest.cc
|
| @@ -138,19 +138,6 @@ void SetupWatchCallback(const FilePath& target,
|
| completion->Signal();
|
| }
|
|
|
| -void QuitLoopWatchCallback(MessageLoop* loop,
|
| - const FilePath& expected_path,
|
| - bool expected_error,
|
| - bool* flag,
|
| - const FilePath& path,
|
| - bool error) {
|
| - ASSERT_TRUE(flag);
|
| - *flag = true;
|
| - EXPECT_EQ(expected_path, path);
|
| - EXPECT_EQ(expected_error, error);
|
| - loop->PostTask(FROM_HERE, loop->QuitWhenIdleClosure());
|
| -}
|
| -
|
| class FilePathWatcherTest : public testing::Test {
|
| public:
|
| FilePathWatcherTest()
|
|
|