| Index: chrome/browser/google_apis/drive_entry_kinds.h
|
| diff --git a/chrome/browser/chromeos/gdata/drive_entry_kinds.h b/chrome/browser/google_apis/drive_entry_kinds.h
|
| similarity index 83%
|
| rename from chrome/browser/chromeos/gdata/drive_entry_kinds.h
|
| rename to chrome/browser/google_apis/drive_entry_kinds.h
|
| index e70c25a459b4b9c7cff15a463bd78b79a317885d..54bf1649cb495e716d0a7af1cedd14cf370c5a9d 100644
|
| --- a/chrome/browser/chromeos/gdata/drive_entry_kinds.h
|
| +++ b/chrome/browser/google_apis/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_CHROMEOS_GDATA_DRIVE_ENTRY_KINDS_H_
|
| -#define CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_ENTRY_KINDS_H_
|
| +#ifndef CHROME_BROWSER_GOOGLE_APIS_DRIVE_ENTRY_KINDS_H_
|
| +#define CHROME_BROWSER_GOOGLE_APIS_DRIVE_ENTRY_KINDS_H_
|
|
|
| namespace gdata {
|
|
|
| @@ -36,4 +36,4 @@ enum DriveEntryKind {
|
|
|
| } // namespace gdata
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_ENTRY_KINDS_H_
|
| +#endif // CHROME_BROWSER_GOOGLE_APIS_DRIVE_ENTRY_KINDS_H_
|
|
|