| Index: components/drive/fake_file_system.cc
|
| diff --git a/chrome/browser/chromeos/drive/fake_file_system.cc b/components/drive/fake_file_system.cc
|
| similarity index 97%
|
| rename from chrome/browser/chromeos/drive/fake_file_system.cc
|
| rename to components/drive/fake_file_system.cc
|
| index 58c90f36c6413abc4232b33c77d78b4e759fb5ec..674577b3b5ffee3873df1928fa49774d552c0132 100644
|
| --- a/chrome/browser/chromeos/drive/fake_file_system.cc
|
| +++ b/components/drive/fake_file_system.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/chromeos/drive/fake_file_system.h"
|
| +#include "components/drive/fake_file_system.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| @@ -10,10 +10,10 @@
|
| #include "base/files/file_path.h"
|
| #include "base/files/file_util.h"
|
| #include "base/logging.h"
|
| -#include "chrome/browser/chromeos/drive/drive.pb.h"
|
| -#include "chrome/browser/chromeos/drive/file_errors.h"
|
| -#include "chrome/browser/chromeos/drive/file_system_core_util.h"
|
| -#include "chrome/browser/chromeos/drive/resource_entry_conversion.h"
|
| +#include "components/drive/drive.pb.h"
|
| +#include "components/drive/file_errors.h"
|
| +#include "components/drive/file_system_core_util.h"
|
| +#include "components/drive/resource_entry_conversion.h"
|
| #include "components/drive/service/drive_service_interface.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "google_apis/drive/drive_api_parser.h"
|
|
|