| Index: components/drive/change_list_processor.cc
|
| diff --git a/chrome/browser/chromeos/drive/change_list_processor.cc b/components/drive/change_list_processor.cc
|
| similarity index 97%
|
| rename from chrome/browser/chromeos/drive/change_list_processor.cc
|
| rename to components/drive/change_list_processor.cc
|
| index 342efeeeadeee451c537bf20a6ffd520a2536f84..79aab646f3414c19a139fb145fe9d2deb19e1a39 100644
|
| --- a/chrome/browser/chromeos/drive/change_list_processor.cc
|
| +++ b/components/drive/change_list_processor.cc
|
| @@ -2,17 +2,17 @@
|
| // 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/change_list_processor.h"
|
| +#include "components/drive/change_list_processor.h"
|
|
|
| #include "base/metrics/histogram.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/synchronization/cancellation_flag.h"
|
| -#include "chrome/browser/chromeos/drive/drive.pb.h"
|
| -#include "chrome/browser/chromeos/drive/file_change.h"
|
| -#include "chrome/browser/chromeos/drive/file_system_core_util.h"
|
| -#include "chrome/browser/chromeos/drive/resource_entry_conversion.h"
|
| -#include "chrome/browser/chromeos/drive/resource_metadata.h"
|
| +#include "components/drive/drive.pb.h"
|
| #include "components/drive/drive_api_util.h"
|
| +#include "components/drive/file_change.h"
|
| +#include "components/drive/file_system_core_util.h"
|
| +#include "components/drive/resource_entry_conversion.h"
|
| +#include "components/drive/resource_metadata.h"
|
| #include "google_apis/drive/drive_api_parser.h"
|
|
|
| namespace drive {
|
|
|