| Index: chrome/browser/chromeos/gdata/drive_file_system_unittest.cc
|
| diff --git a/chrome/browser/chromeos/gdata/drive_file_system_unittest.cc b/chrome/browser/chromeos/gdata/drive_file_system_unittest.cc
|
| index 041352acb616c928dc8e7666122144eaa21d5420..3770bafd343f931710997eafa7eac127ba989452 100644
|
| --- a/chrome/browser/chromeos/gdata/drive_file_system_unittest.cc
|
| +++ b/chrome/browser/chromeos/gdata/drive_file_system_unittest.cc
|
| @@ -18,7 +18,6 @@
|
| #include "base/values.h"
|
| #include "chrome/browser/chromeos/cros/cros_library.h"
|
| #include "chrome/browser/chromeos/gdata/drive.pb.h"
|
| -#include "chrome/browser/chromeos/gdata/drive_api_parser.h"
|
| #include "chrome/browser/chromeos/gdata/drive_file_system.h"
|
| #include "chrome/browser/chromeos/gdata/drive_function_remove.h"
|
| #include "chrome/browser/chromeos/gdata/drive_webapps_registry.h"
|
| @@ -30,6 +29,7 @@
|
| #include "chrome/browser/chromeos/gdata/mock_drive_service.h"
|
| #include "chrome/browser/chromeos/gdata/mock_drive_web_apps_registry.h"
|
| #include "chrome/browser/chromeos/gdata/mock_free_disk_space_getter.h"
|
| +#include "chrome/browser/google_api/drive_api_parser.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|