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

Unified Diff: extensions/browser/api/usb/usb_api.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
« no previous file with comments | « extensions/browser/api/test/test_api.cc ('k') | extensions/browser/api/usb/usb_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/usb/usb_api.h
diff --git a/extensions/browser/api/usb/usb_api.h b/extensions/browser/api/usb/usb_api.h
index f0f1e04dad10029cf11988a03a88680c1ae70c89..be56a51a4c5ae04aa6f0a17278ae47435b6e8f97 100644
--- a/extensions/browser/api/usb/usb_api.h
+++ b/extensions/browser/api/usb/usb_api.h
@@ -45,9 +45,9 @@ class UsbConnectionFunction : public UIThreadExtensionFunction {
~UsbConnectionFunction() override;
scoped_refptr<device::UsbDeviceHandle> GetDeviceHandle(
- const extensions::core_api::usb::ConnectionHandle& handle);
+ const extensions::api::usb::ConnectionHandle& handle);
void ReleaseDeviceHandle(
- const extensions::core_api::usb::ConnectionHandle& handle);
+ const extensions::api::usb::ConnectionHandle& handle);
};
class UsbTransferFunction : public UsbConnectionFunction {
@@ -344,7 +344,7 @@ class UsbResetDeviceFunction : public UsbConnectionFunction {
void OnComplete(bool success);
- scoped_ptr<extensions::core_api::usb::ResetDevice::Params> parameters_;
+ scoped_ptr<extensions::api::usb::ResetDevice::Params> parameters_;
DISALLOW_COPY_AND_ASSIGN(UsbResetDeviceFunction);
};
« no previous file with comments | « extensions/browser/api/test/test_api.cc ('k') | extensions/browser/api/usb/usb_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698