| Index: components/drive/dummy_file_system.h
|
| diff --git a/chrome/browser/chromeos/drive/dummy_file_system.h b/components/drive/dummy_file_system.h
|
| similarity index 95%
|
| rename from chrome/browser/chromeos/drive/dummy_file_system.h
|
| rename to components/drive/dummy_file_system.h
|
| index eb45b68fdd980b80902065d647340e9640573bfc..d5ef173ab34661cc7d63691d759aa548069d0952 100644
|
| --- a/chrome/browser/chromeos/drive/dummy_file_system.h
|
| +++ b/components/drive/dummy_file_system.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_CHROMEOS_DRIVE_DUMMY_FILE_SYSTEM_H_
|
| -#define CHROME_BROWSER_CHROMEOS_DRIVE_DUMMY_FILE_SYSTEM_H_
|
| +#ifndef COMPONENTS_DRIVE_DUMMY_FILE_SYSTEM_H_
|
| +#define COMPONENTS_DRIVE_DUMMY_FILE_SYSTEM_H_
|
|
|
| -#include "chrome/browser/chromeos/drive/file_system_interface.h"
|
| +#include "components/drive/file_system_interface.h"
|
|
|
| namespace drive {
|
|
|
| @@ -106,4 +106,4 @@ class DummyFileSystem : public FileSystemInterface {
|
|
|
| } // namespace drive
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_DRIVE_DUMMY_FILE_SYSTEM_H_
|
| +#endif // COMPONENTS_DRIVE_DUMMY_FILE_SYSTEM_H_
|
|
|