| Index: chrome/browser/google_api/drive_api_parser.h
|
| diff --git a/chrome/browser/chromeos/gdata/drive_api_parser.h b/chrome/browser/google_api/drive_api_parser.h
|
| similarity index 99%
|
| rename from chrome/browser/chromeos/gdata/drive_api_parser.h
|
| rename to chrome/browser/google_api/drive_api_parser.h
|
| index a41792eda0a0ee1a2a7cdf3a678bb9c9fbb440db..5dd207e1c1ebeaf65833d466cdc35583f803a53b 100644
|
| --- a/chrome/browser/chromeos/gdata/drive_api_parser.h
|
| +++ b/chrome/browser/google_api/drive_api_parser.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_API_PARSER_H_
|
| -#define CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_API_PARSER_H_
|
| +#ifndef CHROME_BROWSER_GOOGLE_API_DRIVE_API_PARSER_H_
|
| +#define CHROME_BROWSER_GOOGLE_API_DRIVE_API_PARSER_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -590,4 +590,4 @@ class ChangeList {
|
|
|
| } // namespace gdata
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_API_PARSER_H_
|
| +#endif // CHROME_BROWSER_GOOGLE_API_DRIVE_API_PARSER_H_
|
|
|