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

Unified Diff: chrome/test/webdriver/webdriver_session_manager.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
« no previous file with comments | « chrome/test/webdriver/webdriver_session.cc ('k') | chrome/tools/ipclist/ipcfuzz.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/webdriver_session_manager.cc
diff --git a/chrome/test/webdriver/webdriver_session_manager.cc b/chrome/test/webdriver/webdriver_session_manager.cc
index 8dc42e265040f4c4ae6d4607919683acb25eda38..aa5aeca9d1c4f530f1ed93b552ed1a0fae8116c5 100644
--- a/chrome/test/webdriver/webdriver_session_manager.cc
+++ b/chrome/test/webdriver/webdriver_session_manager.cc
@@ -49,7 +49,7 @@ std::string SessionManager::url_base() const {
return url_base_;
}
-SessionManager::SessionManager() : port_(""), url_base_("") {}
+SessionManager::SessionManager() {}
SessionManager::~SessionManager() {}
« no previous file with comments | « chrome/test/webdriver/webdriver_session.cc ('k') | chrome/tools/ipclist/ipcfuzz.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698