Index: chrome/browser/extensions/api/socket/socket_api.h |
diff --git a/chrome/browser/extensions/api/socket/socket_api.h b/chrome/browser/extensions/api/socket/socket_api.h |
index 259fffcf0e191faa0fd79f1c6e7e4ddc9366be00..f726ef4428c65cde7a56cc7d274704a166233055 100644 |
--- a/chrome/browser/extensions/api/socket/socket_api.h |
+++ b/chrome/browser/extensions/api/socket/socket_api.h |
@@ -6,7 +6,7 @@ |
#define CHROME_BROWSER_EXTENSIONS_API_SOCKET_SOCKET_API_H_ |
#pragma once |
-#include "chrome/browser/extensions/api/api_function.h" |
+#include "chrome/browser/extensions/api/generated_base_classes.h" |
#include <string> |
@@ -24,6 +24,7 @@ extern const char kUdpSocketType[]; |
// library wants all operations to happen on the same thread as the |
// one that created the socket. Too bad. |
+// AsyncSocketCreateFunction |
class SocketCreateFunction : public AsyncIOAPIFunction { |
public: |
SocketCreateFunction(); |