Index: services/service_manager/public/cpp/identity.h |
diff --git a/services/service_manager/public/cpp/identity.h b/services/service_manager/public/cpp/identity.h |
index 728dea9ddb22474d37c9253aa0c1e0848334a7f2..8253403a81748c3abc58fc97fd31cab221cddab4 100644 |
--- a/services/service_manager/public/cpp/identity.h |
+++ b/services/service_manager/public/cpp/identity.h |
@@ -25,8 +25,8 @@ class Identity { |
~Identity(); |
bool operator<(const Identity& other) const; |
- bool is_null() const { return name_.empty(); } |
bool operator==(const Identity& other) const; |
+ bool IsValid() const; |
const std::string& name() const { return name_; } |
const std::string& user_id() const { return user_id_; } |