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

Unified Diff: chrome/test/logging/win/log_file_reader.h

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/logging/win/log_file_printer.cc ('k') | chrome/test/ui/ui_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/logging/win/log_file_reader.h
diff --git a/chrome/test/logging/win/log_file_reader.h b/chrome/test/logging/win/log_file_reader.h
index 762a840cdbf3c0803f7ac85be955a7ae5d2f3731..aca4b0acea46fab565126c4696b875fce1dac5cc 100644
--- a/chrome/test/logging/win/log_file_reader.h
+++ b/chrome/test/logging/win/log_file_reader.h
@@ -17,7 +17,9 @@
#include "base/logging.h"
#include "base/string_piece.h"
+namespace base {
class FilePath;
+}
namespace logging_win {
@@ -69,7 +71,7 @@ class LogFileDelegate {
// parsed. Although it is safe to call this from multiple threads, only one
// file may be read at a time; other threads trying to read other log files will
// be blocked waiting.
-void ReadLogFile(const FilePath& log_file, LogFileDelegate* delegate);
+void ReadLogFile(const base::FilePath& log_file, LogFileDelegate* delegate);
} // namespace logging_win
« no previous file with comments | « chrome/test/logging/win/log_file_printer.cc ('k') | chrome/test/ui/ui_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698