| Index: google_apis/drive/drive_entry_kinds.h
|
| diff --git a/chrome/browser/google_apis/drive_entry_kinds.h b/google_apis/drive/drive_entry_kinds.h
|
| similarity index 84%
|
| rename from chrome/browser/google_apis/drive_entry_kinds.h
|
| rename to google_apis/drive/drive_entry_kinds.h
|
| index c64c4e4c4a73846c2f0042baa66f4788ec70f6b0..27e0f69d046192ef13ea6dcd57454cf36032b079 100644
|
| --- a/chrome/browser/google_apis/drive_entry_kinds.h
|
| +++ b/google_apis/drive/drive_entry_kinds.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_GOOGLE_APIS_DRIVE_ENTRY_KINDS_H_
|
| -#define CHROME_BROWSER_GOOGLE_APIS_DRIVE_ENTRY_KINDS_H_
|
| +#ifndef GOOGLE_APIS_DRIVE_DRIVE_ENTRY_KINDS_H_
|
| +#define GOOGLE_APIS_DRIVE_DRIVE_ENTRY_KINDS_H_
|
|
|
| namespace google_apis {
|
|
|
| @@ -37,4 +37,4 @@ enum DriveEntryKind {
|
|
|
| } // namespace google_apis
|
|
|
| -#endif // CHROME_BROWSER_GOOGLE_APIS_DRIVE_ENTRY_KINDS_H_
|
| +#endif // GOOGLE_APIS_DRIVE_DRIVE_ENTRY_KINDS_H_
|
|
|