| Index: chrome/browser/google_apis/auth_service.h
|
| diff --git a/chrome/browser/chromeos/gdata/auth_service.h b/chrome/browser/google_apis/auth_service.h
|
| similarity index 94%
|
| rename from chrome/browser/chromeos/gdata/auth_service.h
|
| rename to chrome/browser/google_apis/auth_service.h
|
| index 01f127195fae2492efef82213e93580c3313ec6e..f302edae5986ebe5ed7a965d78c7f2f26ef70fce 100644
|
| --- a/chrome/browser/chromeos/gdata/auth_service.h
|
| +++ b/chrome/browser/google_apis/auth_service.h
|
| @@ -2,15 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_CHROMEOS_GDATA_AUTH_SERVICE_H_
|
| -#define CHROME_BROWSER_CHROMEOS_GDATA_AUTH_SERVICE_H_
|
| +#ifndef CHROME_BROWSER_GOOGLE_APIS_AUTH_SERVICE_H_
|
| +#define CHROME_BROWSER_GOOGLE_APIS_AUTH_SERVICE_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/observer_list.h"
|
| -#include "chrome/browser/chromeos/gdata/gdata_errorcode.h"
|
| #include "chrome/browser/chromeos/gdata/operations_base.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| @@ -105,4 +104,4 @@ class AuthService : public content::NotificationObserver {
|
|
|
| } // namespace gdata
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_GDATA_AUTH_SERVICE_H_
|
| +#endif // CHROME_BROWSER_GOOGLE_APIS_AUTH_SERVICE_H_
|
|
|