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

Unified Diff: services/service_manager/public/cpp/lib/capabilities.cc

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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: services/service_manager/public/cpp/lib/capabilities.cc
diff --git a/services/service_manager/public/cpp/lib/capabilities.cc b/services/service_manager/public/cpp/lib/capabilities.cc
index b86c3b036a49fc71a9637e8875202e7ff7f6281f..639ce7d919b2341f1e502dd914d06b0a52210bb8 100644
--- a/services/service_manager/public/cpp/lib/capabilities.cc
+++ b/services/service_manager/public/cpp/lib/capabilities.cc
@@ -6,7 +6,7 @@
#include <tuple>
-namespace shell {
+namespace service_manager {
CapabilitySpec::CapabilitySpec() {}
CapabilitySpec::CapabilitySpec(const CapabilitySpec& other) = default;
@@ -21,4 +21,4 @@ bool CapabilitySpec::operator<(const CapabilitySpec& other) const {
std::tie(other.provided, other.required);
}
-} // namespace shell
+} // namespace service_manager
« no previous file with comments | « services/service_manager/public/cpp/lib/callback_binder.cc ('k') | services/service_manager/public/cpp/lib/connection_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698