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

Unified Diff: extensions/browser/api/hid/hid_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
Index: extensions/browser/api/hid/hid_api.h
diff --git a/extensions/browser/api/hid/hid_api.h b/extensions/browser/api/hid/hid_api.h
index da705c8e9a67e5aecd43aebf8b930fb5159a6e80..e93d4d84279ba0239ddbf6ee995b5f2adee12bb6 100644
--- a/extensions/browser/api/hid/hid_api.h
+++ b/extensions/browser/api/hid/hid_api.h
@@ -140,7 +140,7 @@ class HidReceiveFunction : public HidConnectionIoFunction {
scoped_refptr<net::IOBuffer> buffer,
size_t size);
- scoped_ptr<core_api::hid::Receive::Params> parameters_;
+ scoped_ptr<api::hid::Receive::Params> parameters_;
DISALLOW_COPY_AND_ASSIGN(HidReceiveFunction);
};
@@ -160,7 +160,7 @@ class HidSendFunction : public HidConnectionIoFunction {
void OnFinished(bool success);
- scoped_ptr<core_api::hid::Send::Params> parameters_;
+ scoped_ptr<api::hid::Send::Params> parameters_;
DISALLOW_COPY_AND_ASSIGN(HidSendFunction);
};
@@ -183,7 +183,7 @@ class HidReceiveFeatureReportFunction : public HidConnectionIoFunction {
scoped_refptr<net::IOBuffer> buffer,
size_t size);
- scoped_ptr<core_api::hid::ReceiveFeatureReport::Params> parameters_;
+ scoped_ptr<api::hid::ReceiveFeatureReport::Params> parameters_;
DISALLOW_COPY_AND_ASSIGN(HidReceiveFeatureReportFunction);
};
@@ -203,7 +203,7 @@ class HidSendFeatureReportFunction : public HidConnectionIoFunction {
void OnFinished(bool success);
- scoped_ptr<core_api::hid::SendFeatureReport::Params> parameters_;
+ scoped_ptr<api::hid::SendFeatureReport::Params> parameters_;
DISALLOW_COPY_AND_ASSIGN(HidSendFeatureReportFunction);
};
« no previous file with comments | « extensions/browser/api/guest_view/web_view/web_view_internal_api.cc ('k') | extensions/browser/api/hid/hid_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698