Chromium Code Reviews| Index: components/drive/file_change.h |
| diff --git a/chrome/browser/chromeos/drive/file_change.h b/components/drive/file_change.h |
| similarity index 93% |
| rename from chrome/browser/chromeos/drive/file_change.h |
| rename to components/drive/file_change.h |
| index a8c29ffbe2d49e8e60cd3004a4a2595b62425406..40e3a6a55b4fdeab9fd981017f5cccc457adb69c 100644 |
| --- a/chrome/browser/chromeos/drive/file_change.h |
| +++ b/components/drive/file_change.h |
| @@ -2,8 +2,8 @@ |
| // 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_FILE_CHANGE_H_ |
| -#define CHROME_BROWSER_CHROMEOS_DRIVE_FILE_CHANGE_H_ |
| +#ifndef COMPONENTS_DRIVE_FILE_CHANGE_H_ |
| +#define COMPONENTS_DRIVE_FILE_CHANGE_H_ |
| #include <deque> |
| #include <map> |
| @@ -11,7 +11,6 @@ |
| #include "base/basictypes.h" |
| #include "base/files/file_path.h" |
| -#include "storage/browser/fileapi/file_system_url.h" |
|
hashimoto
2015/07/23 06:01:15
nice :)
|
| namespace drive { |
| class ResourceEntry; |
| @@ -115,4 +114,4 @@ class FileChange { |
| } // namespace drive |
| -#endif // CHROME_BROWSER_CHROMEOS_DRIVE_FILE_CHANGE_H_ |
| +#endif // COMPONENTS_DRIVE_FILE_CHANGE_H_ |