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

Unified Diff: chrome/browser/google_apis/auth_service.cc

Issue 10920091: Move Drive API files to google_apis directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reflect comments Created 8 years, 3 months 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
Index: chrome/browser/google_apis/auth_service.cc
diff --git a/chrome/browser/chromeos/gdata/auth_service.cc b/chrome/browser/google_apis/auth_service.cc
similarity index 97%
rename from chrome/browser/chromeos/gdata/auth_service.cc
rename to chrome/browser/google_apis/auth_service.cc
index b3f9b21e7f12bd06d91f6f6c8315ad7bbf2a90cb..40b9347a3c5c346698837d99970465f1fc7415d1 100644
--- a/chrome/browser/chromeos/gdata/auth_service.cc
+++ b/chrome/browser/google_apis/auth_service.cc
@@ -2,13 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/chromeos/gdata/auth_service.h"
+#include "chrome/browser/google_apis/auth_service.h"
#include <string>
#include <vector>
#include "base/bind.h"
#include "base/message_loop_proxy.h"
+// TODO(nhiroki): Remove a dependency on ChromeOS files.
#include "chrome/browser/chromeos/gdata/operations_base.h"
#include "chrome/browser/chromeos/gdata/task_util.h"
satorux1 2012/09/10 16:44:29 ditto. could you move these files before this patc
nhiroki 2012/09/11 00:44:56 Done in the separate CL (see http://codereview.chr
#include "chrome/browser/signin/token_service.h"

Powered by Google App Engine
This is Rietveld 408576698