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

Unified Diff: extensions/browser/api/runtime/runtime_api_delegate.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.cc ('k') | extensions/browser/api/serial/serial_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/runtime/runtime_api_delegate.h
diff --git a/extensions/browser/api/runtime/runtime_api_delegate.h b/extensions/browser/api/runtime/runtime_api_delegate.h
index a704c2fae9a2c585e53012aa4589b85b29bf7b60..21e9a6e271c92ac7ff601d66be9af8fef3bee8bc 100644
--- a/extensions/browser/api/runtime/runtime_api_delegate.h
+++ b/extensions/browser/api/runtime/runtime_api_delegate.h
@@ -12,7 +12,7 @@ class GURL;
namespace extensions {
-namespace core_api {
+namespace api {
namespace runtime {
struct PlatformInfo;
}
@@ -65,7 +65,7 @@ class RuntimeAPIDelegate {
// Populates platform info to be provided by the getPlatformInfo function.
// Returns false iff no info is provided.
- virtual bool GetPlatformInfo(core_api::runtime::PlatformInfo* info) = 0;
+ virtual bool GetPlatformInfo(api::runtime::PlatformInfo* info) = 0;
// Request a restart of the host device. Returns false iff the device
// will not be restarted.
« no previous file with comments | « extensions/browser/api/runtime/runtime_api.cc ('k') | extensions/browser/api/serial/serial_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698