Chromium Code Reviews| Index: extensions/common/host_id.cc |
| diff --git a/extensions/common/host_id.cc b/extensions/common/host_id.cc |
| index 121e8e412b7c047d1e4568573b9ffe6ba437837f..e7d474fefc5024940fcaa17aeee0c64f955e39f3 100644 |
| --- a/extensions/common/host_id.cc |
| +++ b/extensions/common/host_id.cc |
| @@ -4,7 +4,8 @@ |
| #include "extensions/common/host_id.h" |
| -HostID::HostID() { |
| +HostID::HostID() |
| + : type_(HostType::EXTENSIONS) { |
| } |
| HostID::HostID(HostType type, const std::string& id) |