| Index: chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc b/chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc
|
| index feaa9aa80be8fd87b820f6689695a083b6970eb0..2b4b90a6c62a33c041cad2989ecc04f0a2605201 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc
|
| +++ b/chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc
|
| @@ -12,14 +12,14 @@
|
| #include "base/values.h"
|
| #include "chrome/browser/drive/drive_uploader.h"
|
| #include "chrome/browser/drive/fake_drive_service.h"
|
| -#include "chrome/browser/google_apis/drive_api_parser.h"
|
| -#include "chrome/browser/google_apis/gdata_errorcode.h"
|
| -#include "chrome/browser/google_apis/test_util.h"
|
| #include "chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_util.h"
|
| #include "chrome/browser/sync_file_system/drive_backend_v1/fake_drive_service_helper.h"
|
| #include "chrome/browser/sync_file_system/drive_backend_v1/fake_drive_uploader.h"
|
| #include "content/public/test/test_browser_thread.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| +#include "google_apis/drive/drive_api_parser.h"
|
| +#include "google_apis/drive/gdata_errorcode.h"
|
| +#include "google_apis/drive/test_util.h"
|
| #include "net/base/escape.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|