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

Unified Diff: chrome/test/ui/ui_test.cc

Issue 1705004: Update WebKit to r58033 (Closed)
Patch Set: Merge in issue 1712005 Created 10 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/data/save_page/b.saved2.htm ('k') | webkit/glue/dom_serializer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ui_test.cc
diff --git a/chrome/test/ui/ui_test.cc b/chrome/test/ui/ui_test.cc
index b7dd90ad910669ca26128de9d281ae50cce449e7..a00736eb79e9347e41423dfcc98adb998958c5b5 100644
--- a/chrome/test/ui/ui_test.cc
+++ b/chrome/test/ui/ui_test.cc
@@ -1046,11 +1046,12 @@ FilePath UITestBase::ComputeTypicalUserDataSource(ProfileType profile_type) {
return source_history_file;
}
-void UITestBase::WaitForGeneratedFileAndCheck(const FilePath& generated_file,
- const FilePath& original_file,
- bool compare_files,
- bool need_equal,
- bool delete_generated_file) {
+void UITestBase::WaitForGeneratedFileAndCheck(
+ const FilePath& generated_file,
+ const FilePath& original_file,
+ bool compare_files,
+ bool need_equal,
+ bool delete_generated_file) {
// Check whether the target file has been generated.
file_util::FileInfo previous, current;
bool exist = false;
« no previous file with comments | « chrome/test/data/save_page/b.saved2.htm ('k') | webkit/glue/dom_serializer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698