| Index: components/drive/job_queue.cc
|
| diff --git a/chrome/browser/chromeos/drive/job_queue.cc b/components/drive/job_queue.cc
|
| similarity index 98%
|
| rename from chrome/browser/chromeos/drive/job_queue.cc
|
| rename to components/drive/job_queue.cc
|
| index d2bf8de0551b5989b8255684f5ff7f9f93d2e97c..d890abf846428539c3de5a12d78adea7c3e1a1fd 100644
|
| --- a/chrome/browser/chromeos/drive/job_queue.cc
|
| +++ b/components/drive/job_queue.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_queue.h"
|
| +#include "components/drive/job_queue.h"
|
|
|
| #include <algorithm>
|
|
|
|
|