| Index: google_apis/drive/dummy_auth_service.h
|
| diff --git a/chrome/browser/google_apis/dummy_auth_service.h b/google_apis/drive/dummy_auth_service.h
|
| similarity index 85%
|
| rename from chrome/browser/google_apis/dummy_auth_service.h
|
| rename to google_apis/drive/dummy_auth_service.h
|
| index e42a4bc6e7fb1a002c2d74229663ff24411417c2..a69da6b9a5cfa50746aafef64da0913008cb5e56 100644
|
| --- a/chrome/browser/google_apis/dummy_auth_service.h
|
| +++ b/google_apis/drive/dummy_auth_service.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_GOOGLE_APIS_DUMMY_AUTH_SERVICE_H_
|
| -#define CHROME_BROWSER_GOOGLE_APIS_DUMMY_AUTH_SERVICE_H_
|
| +#ifndef GOOGLE_APIS_DRIVE_DUMMY_AUTH_SERVICE_H_
|
| +#define GOOGLE_APIS_DRIVE_DUMMY_AUTH_SERVICE_H_
|
|
|
| #include "base/compiler_specific.h"
|
| -#include "chrome/browser/google_apis/auth_service_interface.h"
|
| +#include "google_apis/drive/auth_service_interface.h"
|
|
|
| namespace google_apis {
|
|
|
| @@ -40,4 +40,4 @@ class DummyAuthService : public AuthServiceInterface {
|
|
|
| } // namespace google_apis
|
|
|
| -#endif // CHROME_BROWSER_GOOGLE_APIS_DUMMY_AUTH_SERVICE_H_
|
| +#endif // GOOGLE_APIS_DRIVE_DUMMY_AUTH_SERVICE_H_
|
|
|