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

Unified Diff: chrome/common/extensions/permissions/bluetooth_device_permission_data.cc

Issue 13145003: Rewrite std::string("") to std::string(), Linux edition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ugh Created 7 years, 8 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: chrome/common/extensions/permissions/bluetooth_device_permission_data.cc
diff --git a/chrome/common/extensions/permissions/bluetooth_device_permission_data.cc b/chrome/common/extensions/permissions/bluetooth_device_permission_data.cc
index 3698ebfb27ec351520a089e719da135d523c4599..82c5acd75c1cddea607c4dcd2d70a7e488dd3652 100644
--- a/chrome/common/extensions/permissions/bluetooth_device_permission_data.cc
+++ b/chrome/common/extensions/permissions/bluetooth_device_permission_data.cc
@@ -18,9 +18,7 @@ const char* kDeviceAddressKey = "deviceAddress";
namespace extensions {
-BluetoothDevicePermissionData::BluetoothDevicePermissionData()
- : device_address_("") {
-}
+BluetoothDevicePermissionData::BluetoothDevicePermissionData() {}
BluetoothDevicePermissionData::BluetoothDevicePermissionData(
const std::string& device_address) : device_address_(device_address) {
« no previous file with comments | « chrome/common/extensions/message_bundle.cc ('k') | chrome/common/extensions/permissions/socket_permission_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698