| Index: components/drive/fake_file_system.cc
|
| diff --git a/chrome/browser/chromeos/drive/fake_file_system.cc b/components/drive/fake_file_system.cc
|
| similarity index 99%
|
| rename from chrome/browser/chromeos/drive/fake_file_system.cc
|
| rename to components/drive/fake_file_system.cc
|
| index 3c52fedf021f172d93622e9127ea2d32f57af95e..929d693ec391f2ebecd5a83444b9bd1f85284974 100644
|
| --- a/chrome/browser/chromeos/drive/fake_file_system.cc
|
| +++ b/components/drive/fake_file_system.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/bind.h"
|
| #include "base/bind_helpers.h"
|
|
|