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

Unified Diff: trunk/src/content/gpu/gpu_info_collector_win.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/content/gpu/gpu_info_collector_win.cc
===================================================================
--- trunk/src/content/gpu/gpu_info_collector_win.cc (revision 198849)
+++ trunk/src/content/gpu/gpu_info_collector_win.cc (working copy)
@@ -16,7 +16,6 @@
#include "base/command_line.h"
#include "base/debug/trace_event.h"
#include "base/file_util.h"
-#include "base/files/file_enumerator.h"
#include "base/files/file_path.h"
#include "base/logging.h"
#include "base/message_loop.h"
@@ -78,10 +77,10 @@
}
// Find most recent formal assessment results.
- base::FileEnumerator file_enumerator(
+ file_util::FileEnumerator file_enumerator(
base::FilePath(winsat_results_path),
false, // not recursive
- base::FileEnumerator::FILES,
+ file_util::FileEnumerator::FILES,
FILE_PATH_LITERAL("* * Formal.Assessment (*).WinSAT.xml"));
base::FilePath current_results;
« no previous file with comments | « trunk/src/content/browser/zygote_host/zygote_host_impl_linux.cc ('k') | trunk/src/content/test/image_decoder_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698