Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1693)

Unified Diff: extensions/browser/api/webcam_private/visca_webcam.h

Issue 1226353004: Generate all extension schema namespaces as "api" and instead vary the generated bundle names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « extensions/browser/api/web_request/web_request_api.cc ('k') | extensions/browser/api/webcam_private/visca_webcam.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698