| Index: chrome/browser/google_apis/drive_service_interface.h
|
| diff --git a/chrome/browser/chromeos/gdata/drive_service_interface.h b/chrome/browser/google_apis/drive_service_interface.h
|
| similarity index 97%
|
| rename from chrome/browser/chromeos/gdata/drive_service_interface.h
|
| rename to chrome/browser/google_apis/drive_service_interface.h
|
| index c2ae7f9f160dc265de3f1c4d9d07ad19ab500f9b..c3b0fc2d9731575874039b1db7e9419e51e4d3f3 100644
|
| --- a/chrome/browser/chromeos/gdata/drive_service_interface.h
|
| +++ b/chrome/browser/google_apis/drive_service_interface.h
|
| @@ -2,15 +2,15 @@
|
| // 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_SERVICE_INTERFACE_H_
|
| -#define CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_SERVICE_INTERFACE_H_
|
| +#ifndef CHROME_BROWSER_GOOGLE_APIS_DRIVE_SERVICE_INTERFACE_H_
|
| +#define CHROME_BROWSER_GOOGLE_APIS_DRIVE_SERVICE_INTERFACE_H_
|
|
|
| #include <string>
|
|
|
| // TODO(kochi): Further split gdata_operations.h and include only necessary
|
| // headers. http://crbug.com/141469
|
| // DownloadActionCallback/InitiateUploadParams/ResulmeUploadParams
|
| -#include "chrome/browser/chromeos/gdata/gdata_operations.h"
|
| +#include "chrome/browser/google_apis/gdata_operations.h"
|
| #include "chrome/browser/google_apis/operations_base.h"
|
|
|
| class Profile;
|
| @@ -219,4 +219,4 @@ class DriveServiceInterface {
|
|
|
| } // namespace gdata
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_SERVICE_INTERFACE_H_
|
| +#endif // CHROME_BROWSER_GOOGLE_APIS_DRIVE_SERVICE_INTERFACE_H_
|
|
|