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

Unified Diff: trunk/src/chrome/installer/test/alternate_version_generator.cc

Issue 14824006: Revert 198820 "Move FileEnumerator to its own file, do some refa..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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
Index: trunk/src/chrome/installer/test/alternate_version_generator.cc
===================================================================
--- trunk/src/chrome/installer/test/alternate_version_generator.cc (revision 198849)
+++ trunk/src/chrome/installer/test/alternate_version_generator.cc (working copy)
@@ -34,7 +34,6 @@
#include "base/basictypes.h"
#include "base/command_line.h"
#include "base/file_util.h"
-#include "base/files/file_enumerator.h"
#include "base/files/file_path.h"
#include "base/logging.h"
#include "base/path_service.h"
@@ -433,7 +432,8 @@
// Modify all .dll and .exe files with the current version.
bool doing_great = true;
- base::FileEnumerator all_files(work_dir, true, base::FileEnumerator::FILES);
+ file_util::FileEnumerator all_files(work_dir, true,
+ file_util::FileEnumerator::FILES);
do {
base::FilePath file = all_files.Next();
if (file.empty()) {
« no previous file with comments | « trunk/src/chrome/installer/setup/uninstall.cc ('k') | trunk/src/chrome/installer/util/delete_after_reboot_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698