| Index: google_apis/drive/auth_service.cc
|
| diff --git a/chrome/browser/google_apis/auth_service.cc b/google_apis/drive/auth_service.cc
|
| similarity index 98%
|
| rename from chrome/browser/google_apis/auth_service.cc
|
| rename to google_apis/drive/auth_service.cc
|
| index e9dca03192107ac4aa18245d72d0afd26ca67249..18623686f945f902c84781a903988ffe984f6a43 100644
|
| --- a/chrome/browser/google_apis/auth_service.cc
|
| +++ b/google_apis/drive/auth_service.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/auth_service.h"
|
| +#include "google_apis/drive/auth_service.h"
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -11,7 +11,7 @@
|
| #include "base/location.h"
|
| #include "base/message_loop/message_loop_proxy.h"
|
| #include "base/metrics/histogram.h"
|
| -#include "chrome/browser/google_apis/auth_service_observer.h"
|
| +#include "google_apis/drive/auth_service_observer.h"
|
| #include "google_apis/gaia/google_service_auth_error.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
|
|
|
|