| Index: components/drive/job_list.h
|
| diff --git a/chrome/browser/chromeos/drive/job_list.h b/components/drive/job_list.h
|
| similarity index 94%
|
| rename from chrome/browser/chromeos/drive/job_list.h
|
| rename to components/drive/job_list.h
|
| index 82d599161c867fb24a31a52e3ae0af6605e4c7cd..e48caf5e63bf3d7ab934c3dc13a10f513f6f18ae 100644
|
| --- a/chrome/browser/chromeos/drive/job_list.h
|
| +++ b/components/drive/job_list.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_LIST_H_
|
| -#define CHROME_BROWSER_CHROMEOS_DRIVE_JOB_LIST_H_
|
| +#ifndef COMPONENTS_DRIVE_JOB_LIST_H_
|
| +#define COMPONENTS_DRIVE_JOB_LIST_H_
|
|
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/files/file_path.h"
|
| -#include "chrome/browser/chromeos/drive/file_errors.h"
|
| +#include "components/drive/file_errors.h"
|
|
|
| namespace drive {
|
|
|
| @@ -136,4 +136,4 @@ class JobListInterface {
|
|
|
| } // namespace drive
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_DRIVE_JOB_LIST_H_
|
| +#endif // COMPONENTS_DRIVE_JOB_LIST_H_
|
|
|