| Index: chrome/browser/google_api/drive_api_service.h
|
| diff --git a/chrome/browser/chromeos/gdata/drive_api_service.h b/chrome/browser/google_api/drive_api_service.h
|
| similarity index 95%
|
| rename from chrome/browser/chromeos/gdata/drive_api_service.h
|
| rename to chrome/browser/google_api/drive_api_service.h
|
| index 2273c0b625f26b48b6a1031a8b085a99bd0e0f49..d32709a65550b62eb8fd93765e89f47aabeb3bcd 100644
|
| --- a/chrome/browser/chromeos/gdata/drive_api_service.h
|
| +++ b/chrome/browser/google_api/drive_api_service.h
|
| @@ -2,16 +2,16 @@
|
| // 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_DRIVE_API_SERVICE_H_
|
| -#define CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_API_SERVICE_H_
|
| +#ifndef CHROME_BROWSER_GOOGLE_API_DRIVE_API_SERVICE_H_
|
| +#define CHROME_BROWSER_GOOGLE_API_DRIVE_API_SERVICE_H_
|
|
|
| #include <string>
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "chrome/browser/chromeos/gdata/auth_service.h"
|
| #include "chrome/browser/chromeos/gdata/drive_service_interface.h"
|
| #include "chrome/browser/chromeos/gdata/gdata_operations.h"
|
| +#include "chrome/browser/google_api/auth_service.h"
|
|
|
| class FilePath;
|
| class GURL;
|
| @@ -116,4 +116,4 @@ class DriveAPIService : public DriveServiceInterface {
|
|
|
| } // namespace gdata
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_API_SERVICE_H_
|
| +#endif // CHROME_BROWSER_GOOGLE_API_DRIVE_API_SERVICE_H_
|
|
|