| Index: components/drive/job_scheduler.cc
|
| diff --git a/chrome/browser/chromeos/drive/job_scheduler.cc b/components/drive/job_scheduler.cc
|
| similarity index 99%
|
| rename from chrome/browser/chromeos/drive/job_scheduler.cc
|
| rename to components/drive/job_scheduler.cc
|
| index cc62219042355023bd95b8d93bf36d1cc906d623..60d8ef5f7705936ad89ab9a17cc12454241e6e2a 100644
|
| --- a/chrome/browser/chromeos/drive/job_scheduler.cc
|
| +++ b/components/drive/job_scheduler.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/job_scheduler.h"
|
| +#include "components/drive/job_scheduler.h"
|
|
|
| #include <algorithm>
|
|
|
| @@ -13,7 +13,7 @@
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/thread_task_runner_handle.h"
|
| -#include "chrome/browser/chromeos/drive/drive_pref_names.h"
|
| +#include "components/drive/drive_pref_names.h"
|
| #include "components/drive/event_logger.h"
|
| #include "google_apis/drive/drive_api_parser.h"
|
|
|
|
|