| Index: google_apis/drive/request_sender.h
|
| diff --git a/chrome/browser/google_apis/request_sender.h b/google_apis/drive/request_sender.h
|
| similarity index 94%
|
| rename from chrome/browser/google_apis/request_sender.h
|
| rename to google_apis/drive/request_sender.h
|
| index 9bf8e9195c26a64cf54e64ea1091c763fbd7fb8a..dfc671c42bfb55006922b5866b68610a76059f62 100644
|
| --- a/chrome/browser/google_apis/request_sender.h
|
| +++ b/google_apis/drive/request_sender.h
|
| @@ -2,8 +2,8 @@
|
| // 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_REQUEST_SENDER_H_
|
| -#define CHROME_BROWSER_GOOGLE_APIS_REQUEST_SENDER_H_
|
| +#ifndef GOOGLE_APIS_DRIVE_REQUEST_SENDER_H_
|
| +#define GOOGLE_APIS_DRIVE_REQUEST_SENDER_H_
|
|
|
| #include <set>
|
| #include <string>
|
| @@ -14,7 +14,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/threading/thread_checker.h"
|
| -#include "chrome/browser/google_apis/gdata_errorcode.h"
|
| +#include "google_apis/drive/gdata_errorcode.h"
|
|
|
| namespace base {
|
| class SequencedTaskRunner;
|
| @@ -108,4 +108,4 @@ class RequestSender {
|
|
|
| } // namespace google_apis
|
|
|
| -#endif // CHROME_BROWSER_GOOGLE_APIS_REQUEST_SENDER_H_
|
| +#endif // GOOGLE_APIS_DRIVE_REQUEST_SENDER_H_
|
|
|