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

Unified Diff: extensions/browser/api/diagnostics/diagnostics_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/diagnostics/diagnostics_api.h
diff --git a/extensions/browser/api/diagnostics/diagnostics_api.h b/extensions/browser/api/diagnostics/diagnostics_api.h
index 451bd794663727e49281de446f32441e628b2eb2..cf7ce6c13c2f21c103359b3ac8fbedef06c9f9dd 100644
--- a/extensions/browser/api/diagnostics/diagnostics_api.h
+++ b/extensions/browser/api/diagnostics/diagnostics_api.h
@@ -47,7 +47,7 @@ class DiagnosticsSendPacketFunction : public AsyncApiFunction {
const std::string& ip,
double latency);
- scoped_ptr<core_api::diagnostics::SendPacket::Params> parameters_;
+ scoped_ptr<api::diagnostics::SendPacket::Params> parameters_;
};
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698