| Index: chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.h
|
| diff --git a/chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.h b/chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.h
|
| index df8ef6b01ba48173de1f50181fa345bb7fbb6758..55fadd17a66d33da61399fa82409e741c1b64612 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.h
|
| +++ b/chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.h
|
| @@ -8,11 +8,11 @@
|
| #include <map>
|
| #include <string>
|
|
|
| -#include "chrome/browser/google_apis/drive_api_parser.h"
|
| -#include "chrome/browser/google_apis/gdata_wapi_parser.h"
|
| -#include "chrome/browser/google_apis/gdata_wapi_url_generator.h"
|
| #include "chrome/browser/sync_file_system/drive_backend_v1/api_util_interface.h"
|
| #include "chrome/browser/sync_file_system/sync_file_type.h"
|
| +#include "google_apis/drive/drive_api_parser.h"
|
| +#include "google_apis/drive/gdata_wapi_parser.h"
|
| +#include "google_apis/drive/gdata_wapi_url_generator.h"
|
|
|
| class GURL;
|
| class Profile;
|
|
|