| Index: google_apis/drive/drive_api_parser.h
|
| diff --git a/chrome/browser/google_apis/drive_api_parser.h b/google_apis/drive/drive_api_parser.h
|
| similarity index 99%
|
| rename from chrome/browser/google_apis/drive_api_parser.h
|
| rename to google_apis/drive/drive_api_parser.h
|
| index 45dd51840866020445ae3f1d405a961faefc38c5..1f7ddb8f8fe4a457c3ba022b9dacd9ed98030638 100644
|
| --- a/chrome/browser/google_apis/drive_api_parser.h
|
| +++ b/google_apis/drive/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_GOOGLE_APIS_DRIVE_API_PARSER_H_
|
| -#define CHROME_BROWSER_GOOGLE_APIS_DRIVE_API_PARSER_H_
|
| +#ifndef GOOGLE_APIS_DRIVE_DRIVE_API_PARSER_H_
|
| +#define GOOGLE_APIS_DRIVE_DRIVE_API_PARSER_H_
|
|
|
| #include <string>
|
|
|
| @@ -847,4 +847,4 @@ class ChangeList {
|
|
|
| } // namespace google_apis
|
|
|
| -#endif // CHROME_BROWSER_GOOGLE_APIS_DRIVE_API_PARSER_H_
|
| +#endif // GOOGLE_APIS_DRIVE_DRIVE_API_PARSER_H_
|
|
|