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

Unified Diff: trunk/src/chrome/installer/util/shell_util.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/util/shell_util.cc
===================================================================
--- trunk/src/chrome/installer/util/shell_util.cc (revision 198849)
+++ trunk/src/chrome/installer/util/shell_util.cc (working copy)
@@ -18,7 +18,6 @@
#include "base/bind.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/lazy_instance.h"
#include "base/logging.h"
@@ -1232,8 +1231,8 @@
bool success = true;
InstallUtil::ProgramCompare target_compare(target_exe);
- base::FileEnumerator enumerator(
- shortcut_folder, false, base::FileEnumerator::FILES,
+ file_util::FileEnumerator enumerator(
+ shortcut_folder, false, file_util::FileEnumerator::FILES,
string16(L"*") + installer::kLnkExt);
base::FilePath target_path;
for (base::FilePath shortcut_path = enumerator.Next();
« no previous file with comments | « trunk/src/chrome/installer/util/installer_state_unittest.cc ('k') | trunk/src/chrome/installer/util/shell_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698