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

Unified Diff: extensions/browser/api/serial/serial_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/runtime/runtime_api_delegate.h ('k') | extensions/browser/api/serial/serial_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/serial/serial_api.h
diff --git a/extensions/browser/api/serial/serial_api.h b/extensions/browser/api/serial/serial_api.h
index ea943d31d6249868ee2a0f71cf8868b7104479db..03604f67d17e67f2eb68a30c68dc79f12e5f8f5d 100644
--- a/extensions/browser/api/serial/serial_api.h
+++ b/extensions/browser/api/serial/serial_api.h
@@ -16,7 +16,7 @@ namespace extensions {
class SerialConnection;
-namespace core_api {
+namespace api {
class SerialEventDispatcher;
@@ -271,16 +271,16 @@ class SerialClearBreakFunction : public SerialAsyncApiFunction {
scoped_ptr<serial::ClearBreak::Params> params_;
};
-} // namespace core_api
+} // namespace api
} // namespace extensions
namespace mojo {
template <>
-struct TypeConverter<linked_ptr<extensions::core_api::serial::DeviceInfo>,
+struct TypeConverter<linked_ptr<extensions::api::serial::DeviceInfo>,
device::serial::DeviceInfoPtr> {
- static linked_ptr<extensions::core_api::serial::DeviceInfo> Convert(
+ static linked_ptr<extensions::api::serial::DeviceInfo> Convert(
const device::serial::DeviceInfoPtr& input);
};
« no previous file with comments | « extensions/browser/api/runtime/runtime_api_delegate.h ('k') | extensions/browser/api/serial/serial_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698