Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(409)

Unified Diff: google_apis/drive/base_requests.h

Issue 96413002: Move c/b/google_apis to google_apis/drive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « google_apis/drive/auth_service_observer.h ('k') | google_apis/drive/base_requests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/drive/base_requests.h
diff --git a/chrome/browser/google_apis/base_requests.h b/google_apis/drive/base_requests.h
similarity index 99%
rename from chrome/browser/google_apis/base_requests.h
rename to google_apis/drive/base_requests.h
index cc9babd0e6575ba4fce8fdf86a3d463dbb292325..e3aee9046c23b578373b5b0f2bb20c40d866e731 100644
--- a/chrome/browser/google_apis/base_requests.h
+++ b/google_apis/drive/base_requests.h
@@ -5,8 +5,8 @@
// This file provides base classes used to issue HTTP requests for Google
// APIs.
-#ifndef CHROME_BROWSER_GOOGLE_APIS_BASE_REQUESTS_H_
-#define CHROME_BROWSER_GOOGLE_APIS_BASE_REQUESTS_H_
+#ifndef GOOGLE_APIS_DRIVE_BASE_REQUESTS_H_
+#define GOOGLE_APIS_DRIVE_BASE_REQUESTS_H_
#include <string>
#include <vector>
@@ -15,7 +15,7 @@
#include "base/files/file_path.h"
#include "base/memory/weak_ptr.h"
#include "base/threading/thread_checker.h"
-#include "chrome/browser/google_apis/gdata_errorcode.h"
+#include "google_apis/drive/gdata_errorcode.h"
#include "net/url_request/url_fetcher.h"
#include "net/url_request/url_fetcher_delegate.h"
#include "net/url_request/url_fetcher_response_writer.h"
@@ -533,4 +533,4 @@ class DownloadFileRequestBase : public UrlFetchRequestBase {
} // namespace google_apis
-#endif // CHROME_BROWSER_GOOGLE_APIS_BASE_REQUESTS_H_
+#endif // GOOGLE_APIS_DRIVE_BASE_REQUESTS_H_
« no previous file with comments | « google_apis/drive/auth_service_observer.h ('k') | google_apis/drive/base_requests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698