| Index: components/drive/dummy_file_system.cc
|
| diff --git a/chrome/browser/chromeos/drive/dummy_file_system.cc b/components/drive/dummy_file_system.cc
|
| similarity index 89%
|
| rename from chrome/browser/chromeos/drive/dummy_file_system.cc
|
| rename to components/drive/dummy_file_system.cc
|
| index 696d695bf42682cf66382237dbe672195938483a..7c92271c2695680af9465363479aeb681887ff80 100644
|
| --- a/chrome/browser/chromeos/drive/dummy_file_system.cc
|
| +++ b/components/drive/dummy_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/dummy_file_system.h"
|
| +#include "components/drive/dummy_file_system.h"
|
|
|
| namespace drive {
|
|
|
|
|