| Index: components/drive/service/test_util.cc | 
| diff --git a/chrome/browser/drive/test_util.cc b/components/drive/service/test_util.cc | 
| similarity index 97% | 
| rename from chrome/browser/drive/test_util.cc | 
| rename to components/drive/service/test_util.cc | 
| index 575cfe63eabce359f13e8abf7f1182b5c921833d..42c54f15224a447693c99efaab1854c48fabf927 100644 | 
| --- a/chrome/browser/drive/test_util.cc | 
| +++ b/components/drive/service/test_util.cc | 
| @@ -2,11 +2,11 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#include "chrome/browser/drive/test_util.h" | 
| +#include "components/drive/service/test_util.h" | 
|  | 
| #include "base/run_loop.h" | 
| -#include "chrome/browser/drive/drive_api_util.h" | 
| -#include "chrome/browser/drive/fake_drive_service.h" | 
| +#include "components/drive/drive_api_util.h" | 
| +#include "components/drive/service/fake_drive_service.h" | 
| #include "google_apis/drive/drive_api_parser.h" | 
| #include "google_apis/drive/test_util.h" | 
|  | 
|  |