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

Unified Diff: google_apis/drive/drive_api_requests.cc

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/drive_api_requests.h ('k') | google_apis/drive/drive_api_requests_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/drive/drive_api_requests.cc
diff --git a/chrome/browser/google_apis/drive_api_requests.cc b/google_apis/drive/drive_api_requests.cc
similarity index 98%
rename from chrome/browser/google_apis/drive_api_requests.cc
rename to google_apis/drive/drive_api_requests.cc
index 8747adb12e4e61a4b84e0dd931751993ae8b40ef..67e3ac202afde7eb7a49a5f82d474c0ee94278aa 100644
--- a/chrome/browser/google_apis/drive_api_requests.cc
+++ b/google_apis/drive/drive_api_requests.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/google_apis/drive_api_requests.h"
+#include "google_apis/drive/drive_api_requests.h"
#include "base/bind.h"
#include "base/callback.h"
@@ -11,10 +11,10 @@
#include "base/sequenced_task_runner.h"
#include "base/task_runner_util.h"
#include "base/values.h"
-#include "chrome/browser/google_apis/drive_api_parser.h"
-#include "chrome/browser/google_apis/request_sender.h"
-#include "chrome/browser/google_apis/request_util.h"
-#include "chrome/browser/google_apis/time_util.h"
+#include "google_apis/drive/drive_api_parser.h"
+#include "google_apis/drive/request_sender.h"
+#include "google_apis/drive/request_util.h"
+#include "google_apis/drive/time_util.h"
#include "net/base/url_util.h"
namespace google_apis {
« no previous file with comments | « google_apis/drive/drive_api_requests.h ('k') | google_apis/drive/drive_api_requests_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698