| Index: chrome/browser/extensions/api/socket/socket.h
|
| diff --git a/chrome/browser/extensions/api/socket/socket.h b/chrome/browser/extensions/api/socket/socket.h
|
| index 3979f2ca4f79bb6152ef99e6e5fa72abc8f4a99d..663a944e3636d2821e675536a7dfea97be38808c 100644
|
| --- a/chrome/browser/extensions/api/socket/socket.h
|
| +++ b/chrome/browser/extensions/api/socket/socket.h
|
| @@ -32,7 +32,7 @@ typedef base::Callback<
|
|
|
| // A Socket wraps a low-level socket and includes housekeeping information that
|
| // we need to manage it in the context of an extension.
|
| -class Socket : public APIResource {
|
| +class Socket : public ApiResource {
|
| public:
|
| virtual ~Socket();
|
| virtual void Connect(const std::string& address,
|
| @@ -74,7 +74,7 @@ class Socket : public APIResource {
|
| int* port);
|
|
|
| protected:
|
| - explicit Socket(APIResourceEventNotifier* event_notifier);
|
| + explicit Socket(ApiResourceEventNotifier* event_notifier);
|
|
|
| void WriteData();
|
| virtual int WriteImpl(net::IOBuffer* io_buffer,
|
|
|