Chromium Code Reviews| 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" |