| Index: components/drive/job_queue_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/job_queue_unittest.cc b/components/drive/job_queue_unittest.cc
|
| similarity index 99%
|
| rename from chrome/browser/chromeos/drive/job_queue_unittest.cc
|
| rename to components/drive/job_queue_unittest.cc
|
| index e72601df7d8b8687d97081091475a8f620f58d2d..dc4ae5ec79a0d4efb70949b7fd444ca1e3601cad 100644
|
| --- a/chrome/browser/chromeos/drive/job_queue_unittest.cc
|
| +++ b/components/drive/job_queue_unittest.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 "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|