| Index: google_apis/drive/request_util.h
|
| diff --git a/chrome/browser/google_apis/request_util.h b/google_apis/drive/request_util.h
|
| similarity index 77%
|
| rename from chrome/browser/google_apis/request_util.h
|
| rename to google_apis/drive/request_util.h
|
| index 087d85123a8e64a960b6036a9dbe976cf4b210b7..f0672edaf7aee6a032a9b6d4385fa192978d8586 100644
|
| --- a/chrome/browser/google_apis/request_util.h
|
| +++ b/google_apis/drive/request_util.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_REQUEST_UTIL_H_
|
| -#define CHROME_BROWSER_GOOGLE_APIS_REQUEST_UTIL_H_
|
| +#ifndef GOOGLE_APIS_DRIVE_REQUEST_UTIL_H_
|
| +#define GOOGLE_APIS_DRIVE_REQUEST_UTIL_H_
|
|
|
| #include <string>
|
|
|
| @@ -20,4 +20,4 @@ std::string GenerateIfMatchHeader(const std::string& etag);
|
| } // namespace util
|
| } // namespace google_apis
|
|
|
| -#endif // CHROME_BROWSER_GOOGLE_APIS_REQUEST_UTIL_H_
|
| +#endif // GOOGLE_APIS_DRIVE_REQUEST_UTIL_H_
|
|
|