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

Unified Diff: chrome/browser/ui/webui/feedback_ui_unittest.cc

Issue 10386219: Rename the screenshot file again, much more friendly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/browser/ui/webui/feedback_ui.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/feedback_ui_unittest.cc
diff --git a/chrome/browser/ui/webui/feedback_ui_unittest.cc b/chrome/browser/ui/webui/feedback_ui_unittest.cc
index 395b6cee6b333a6649b18108bcfa6a6a8a286993..440e71ac53a232b80e13f8275f6c227551079e28 100644
--- a/chrome/browser/ui/webui/feedback_ui_unittest.cc
+++ b/chrome/browser/ui/webui/feedback_ui_unittest.cc
@@ -23,7 +23,7 @@ void CreateFile(const FilePath& filename) {
}
std::string GetScreenshotFilename(const std::string timestamp) {
- return std::string("Screenshot_") + timestamp + std::string(".png");
+ return std::string("Screenshot ") + timestamp + std::string(".png");
}
std::string GetScreenshotUrl(const std::string timestamp) {
« no previous file with comments | « chrome/browser/ui/webui/feedback_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698