| Index: components/drive/resource_entry_conversion.h
|
| diff --git a/chrome/browser/chromeos/drive/resource_entry_conversion.h b/components/drive/resource_entry_conversion.h
|
| similarity index 89%
|
| rename from chrome/browser/chromeos/drive/resource_entry_conversion.h
|
| rename to components/drive/resource_entry_conversion.h
|
| index e9d62c4a14a66546a35f8d7da4246fd423651fdf..2de228e7e08855f2bed4f9634dd83598518af29c 100644
|
| --- a/chrome/browser/chromeos/drive/resource_entry_conversion.h
|
| +++ b/components/drive/resource_entry_conversion.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_RESOURCE_ENTRY_CONVERSION_H_
|
| -#define CHROME_BROWSER_CHROMEOS_DRIVE_RESOURCE_ENTRY_CONVERSION_H_
|
| +#ifndef COMPONENTS_DRIVE_RESOURCE_ENTRY_CONVERSION_H_
|
| +#define COMPONENTS_DRIVE_RESOURCE_ENTRY_CONVERSION_H_
|
|
|
| #include <string>
|
|
|
| @@ -50,4 +50,4 @@ void ConvertResourceEntryToFileInfo(const ResourceEntry& entry,
|
|
|
| } // namespace drive
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_DRIVE_RESOURCE_ENTRY_CONVERSION_H_
|
| +#endif // COMPONENTS_DRIVE_RESOURCE_ENTRY_CONVERSION_H_
|
|
|