| Index: chromeos/process_proxy/process_output_watcher_unittest.cc
|
| diff --git a/chrome/browser/chromeos/process_proxy/process_output_watcher_unittest.cc b/chromeos/process_proxy/process_output_watcher_unittest.cc
|
| similarity index 98%
|
| rename from chrome/browser/chromeos/process_proxy/process_output_watcher_unittest.cc
|
| rename to chromeos/process_proxy/process_output_watcher_unittest.cc
|
| index 0dfc3321e3f5313d756b1c3b8e976e07f858cd4d..eb0a969b8bb2877fe25e959f5c5876ea0bb32987 100644
|
| --- a/chrome/browser/chromeos/process_proxy/process_output_watcher_unittest.cc
|
| +++ b/chromeos/process_proxy/process_output_watcher_unittest.cc
|
| @@ -15,7 +15,9 @@
|
| #include "base/posix/eintr_wrapper.h"
|
| #include "base/synchronization/waitable_event.h"
|
| #include "base/threading/thread.h"
|
| -#include "chrome/browser/chromeos/process_proxy/process_output_watcher.h"
|
| +#include "chromeos/process_proxy/process_output_watcher.h"
|
| +
|
| +namespace chromeos {
|
|
|
| struct TestCase {
|
| std::string str;
|
| @@ -165,3 +167,5 @@ TEST_F(ProcessOutputWatcherTest, SendNull) {
|
|
|
| RunTest(test_cases);
|
| };
|
| +
|
| +} // namespace chromeos
|
|
|