| Index: components/drive/fake_file_system_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/fake_file_system_unittest.cc b/components/drive/fake_file_system_unittest.cc
|
| similarity index 98%
|
| rename from chrome/browser/chromeos/drive/fake_file_system_unittest.cc
|
| rename to components/drive/fake_file_system_unittest.cc
|
| index cc2c73688df2e123590a1b86e553f34212a25db9..fcaa82c6b93e0cfc84c292bb76e7cd754d89088e 100644
|
| --- a/chrome/browser/chromeos/drive/fake_file_system_unittest.cc
|
| +++ b/components/drive/fake_file_system_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/fake_file_system.h"
|
| +#include "components/drive/fake_file_system.h"
|
|
|
| #include "base/files/file_util.h"
|
| #include "base/run_loop.h"
|
|
|