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

Unified Diff: trunk/src/chrome/installer/util/shell_util_unittest.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
« no previous file with comments | « trunk/src/chrome/installer/util/shell_util.cc ('k') | trunk/src/chrome/test/automation/proxy_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/installer/util/shell_util_unittest.cc
===================================================================
--- trunk/src/chrome/installer/util/shell_util_unittest.cc (revision 198849)
+++ trunk/src/chrome/installer/util/shell_util_unittest.cc (working copy)
@@ -9,7 +9,6 @@
#include "base/base_paths.h"
#include "base/base_paths_win.h"
#include "base/file_util.h"
-#include "base/files/file_enumerator.h"
#include "base/files/scoped_temp_dir.h"
#include "base/md5.h"
#include "base/memory/scoped_ptr.h"
@@ -527,8 +526,8 @@
base::FilePath shortcut_folder(
fake_start_menu_.path().Append(dist_->GetAppShortCutName()));
- base::FileEnumerator file_counter(shortcut_folder, false,
- base::FileEnumerator::FILES);
+ file_util::FileEnumerator file_counter(shortcut_folder, false,
+ file_util::FileEnumerator::FILES);
int count = 0;
while (!file_counter.Next().empty())
++count;
« no previous file with comments | « trunk/src/chrome/installer/util/shell_util.cc ('k') | trunk/src/chrome/test/automation/proxy_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698