Chromium Code Reviews| Index: components/component_updater/test/component_patcher_unittest.h |
| diff --git a/chrome/browser/component_updater/test/component_patcher_unittest.h b/components/component_updater/test/component_patcher_unittest.h |
| similarity index 97% |
| rename from chrome/browser/component_updater/test/component_patcher_unittest.h |
| rename to components/component_updater/test/component_patcher_unittest.h |
| index ed585d64fab40c10c863ae3ded084737ebb6a897..ee4b11d37a7e87d77b938b4d929fcd75da162cc9 100644 |
| --- a/chrome/browser/component_updater/test/component_patcher_unittest.h |
| +++ b/components/component_updater/test/component_patcher_unittest.h |
| @@ -8,7 +8,6 @@ |
| #include "base/files/file_path.h" |
| #include "base/files/scoped_temp_dir.h" |
| #include "base/memory/scoped_ptr.h" |
| -#include "chrome/common/chrome_paths.h" |
| #include "content/public/test/test_browser_thread_bundle.h" |
|
Sorin Jianu
2014/08/22 17:19:58
Is it ok to have this content dependency here and
tommycli
2014/08/22 17:31:45
Yes, I think the tests can use content/. The tests
Sorin Jianu
2014/08/22 17:35:44
Separate CL sg.
|
| #include "courgette/courgette.h" |
| #include "courgette/third_party/bsdiff.h" |