| Index: chrome/browser/google_apis/drive_uploader.h
|
| diff --git a/chrome/browser/chromeos/gdata/drive_uploader.h b/chrome/browser/google_apis/drive_uploader.h
|
| similarity index 96%
|
| rename from chrome/browser/chromeos/gdata/drive_uploader.h
|
| rename to chrome/browser/google_apis/drive_uploader.h
|
| index 012c0dccb4a73d3a741a7fe1b16b36a74bf0d376..074fa1fee0cb7adb20cc267a81e5dc51aa8e7426 100644
|
| --- a/chrome/browser/chromeos/gdata/drive_uploader.h
|
| +++ b/chrome/browser/google_apis/drive_uploader.h
|
| @@ -2,17 +2,17 @@
|
| // 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_UPLOADER_H_
|
| -#define CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_UPLOADER_H_
|
| +#ifndef CHROME_BROWSER_GOOGLE_APIS_DRIVE_UPLOADER_H_
|
| +#define CHROME_BROWSER_GOOGLE_APIS_DRIVE_UPLOADER_H_
|
|
|
| #include <map>
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "chrome/browser/chromeos/gdata/drive_upload_mode.h"
|
| -#include "chrome/browser/chromeos/gdata/gdata_wapi_parser.h"
|
| +#include "chrome/browser/google_apis/drive_upload_mode.h"
|
| #include "chrome/browser/google_apis/gdata_errorcode.h"
|
| +#include "chrome/browser/google_apis/gdata_wapi_parser.h"
|
| #include "net/base/file_stream.h"
|
|
|
| class GURL;
|
| @@ -243,4 +243,4 @@ class DriveUploader : public DriveUploaderInterface {
|
|
|
| } // namespace gdata
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_UPLOADER_H_
|
| +#endif // CHROME_BROWSER_GOOGLE_APIS_DRIVE_UPLOADER_H_
|
|
|