Chromium Code Reviews| Index: device/bluetooth/bluetooth_utils.cc |
| diff --git a/device/bluetooth/bluetooth_utils.cc b/device/bluetooth/bluetooth_utils.cc |
| index df0c87586e81a62e26b72950c24c046e8ce80e0d..b8747365d6add606394deacfd95ed2c9ced24b41 100644 |
| --- a/device/bluetooth/bluetooth_utils.cc |
| +++ b/device/bluetooth/bluetooth_utils.cc |
| @@ -79,9 +79,6 @@ UUID::UUID(const std::string& uuid) { |
| GetCanonicalUuid(uuid, &value_, &canonical_value_, &format_); |
| } |
| -UUID::UUID() : format_(kFormatInvalid) { |
| -} |
| - |
| UUID::~UUID() { |
| } |