| Index: components/drive/job_queue.h
|
| diff --git a/chrome/browser/chromeos/drive/job_queue.h b/components/drive/job_queue.h
|
| similarity index 93%
|
| rename from chrome/browser/chromeos/drive/job_queue.h
|
| rename to components/drive/job_queue.h
|
| index ab1bed938c71d1e255fa0b32a3cda59281826111..7a169a496930a05ea286982961e68a4b61fd98de 100644
|
| --- a/chrome/browser/chromeos/drive/job_queue.h
|
| +++ b/components/drive/job_queue.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_CHROMEOS_DRIVE_JOB_QUEUE_H_
|
| -#define CHROME_BROWSER_CHROMEOS_DRIVE_JOB_QUEUE_H_
|
| +#ifndef COMPONENTS_DRIVE_JOB_QUEUE_H_
|
| +#define COMPONENTS_DRIVE_JOB_QUEUE_H_
|
|
|
| #include <deque>
|
| #include <set>
|
| #include <vector>
|
|
|
| -#include "chrome/browser/chromeos/drive/job_list.h"
|
| +#include "components/drive/job_list.h"
|
|
|
| namespace drive {
|
|
|
| @@ -85,4 +85,4 @@ class JobQueue {
|
|
|
| } // namespace drive
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_DRIVE_JOB_QUEUE_H_
|
| +#endif // COMPONENTS_DRIVE_JOB_QUEUE_H_
|
|
|