| Index: components/drive/resource_entry_conversion.cc
|
| diff --git a/chrome/browser/chromeos/drive/resource_entry_conversion.cc b/components/drive/resource_entry_conversion.cc
|
| similarity index 97%
|
| rename from chrome/browser/chromeos/drive/resource_entry_conversion.cc
|
| rename to components/drive/resource_entry_conversion.cc
|
| index 4ea89e3be1272324a972948424e292133b15f229..a4fa83d613c8e52075782126f4f2031664a956cb 100644
|
| --- a/chrome/browser/chromeos/drive/resource_entry_conversion.cc
|
| +++ b/components/drive/resource_entry_conversion.cc
|
| @@ -2,15 +2,15 @@
|
| // 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/resource_entry_conversion.h"
|
| +#include "components/drive/resource_entry_conversion.h"
|
|
|
| #include <string>
|
|
|
| #include "base/logging.h"
|
| #include "base/time/time.h"
|
| -#include "chrome/browser/chromeos/drive/file_system_core_util.h"
|
| #include "components/drive/drive.pb.h"
|
| #include "components/drive/drive_api_util.h"
|
| +#include "components/drive/file_system_core_util.h"
|
| #include "google_apis/drive/drive_api_parser.h"
|
|
|
| namespace drive {
|
|
|