Index: extensions/browser/api/webcam_private/visca_webcam.h |
diff --git a/extensions/browser/api/webcam_private/visca_webcam.h b/extensions/browser/api/webcam_private/visca_webcam.h |
index 1abfe0df9254d68975958e0c3be2f3a1e5ecda9b..a24c747658b3ee7a32d69067fc831dad78dbf0f0 100644 |
--- a/extensions/browser/api/webcam_private/visca_webcam.h |
+++ b/extensions/browser/api/webcam_private/visca_webcam.h |
@@ -61,11 +61,11 @@ class ViscaWebcam : public Webcam { |
const CommandCompleteCallback& callback); |
void OnSendCompleted(const CommandCompleteCallback& callback, |
int bytes_sent, |
- core_api::serial::SendError error); |
+ api::serial::SendError error); |
void ReceiveLoop(const CommandCompleteCallback& callback); |
void OnReceiveCompleted(const CommandCompleteCallback& callback, |
const std::vector<char>& data, |
- core_api::serial::ReceiveError error); |
+ api::serial::ReceiveError error); |
// Callback function that will be called after the send and reply of a command |
// are both completed. Update |value| according to |type| and |response| if |
// necessory. |