| Index: chrome/browser/chromeos/drive/drive_protocol_handler.h
|
| diff --git a/chrome/browser/chromeos/drive/drive_protocol_handler.h b/chrome/browser/chromeos/drive/drive_protocol_handler.h
|
| index 31d71d771c0497305a22e82379507908f763f6ed..4fed4747e2824c0b74d3466323544e8718db0b48 100644
|
| --- a/chrome/browser/chromeos/drive/drive_protocol_handler.h
|
| +++ b/chrome/browser/chromeos/drive/drive_protocol_handler.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "net/url_request/url_request_job_factory.h"
|
|
|
| -namespace gdata {
|
| +namespace drive {
|
|
|
| class DriveProtocolHandler : public net::URLRequestJobFactory::ProtocolHandler {
|
| public:
|
| @@ -19,6 +19,6 @@ class DriveProtocolHandler : public net::URLRequestJobFactory::ProtocolHandler {
|
| net::NetworkDelegate* network_delegate) const OVERRIDE;
|
| };
|
|
|
| -} // namespace gdata
|
| +} // namespace drive
|
|
|
| #endif // CHROME_BROWSER_CHROMEOS_DRIVE_DRIVE_PROTOCOL_HANDLER_H_
|
|
|