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

Unified Diff: chrome/test/webdriver/frame_path.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/test/webdriver/frame_path.cc
diff --git a/chrome/test/webdriver/frame_path.cc b/chrome/test/webdriver/frame_path.cc
index bce634d9459f6b23979a10351426e436ca2b8368..fd45a8d21c6415c5d443e57fa8f83336e0122ed5 100644
--- a/chrome/test/webdriver/frame_path.cc
+++ b/chrome/test/webdriver/frame_path.cc
@@ -8,7 +8,7 @@
namespace webdriver {
-FramePath::FramePath() : path_("") {}
+FramePath::FramePath() {}
FramePath::FramePath(const FramePath& other) : path_(other.path_) {}
« no previous file with comments | « chrome/test/webdriver/commands/set_timeout_commands_unittest.cc ('k') | chrome/test/webdriver/keycode_text_conversion_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698