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

Unified Diff: chrome/browser/task_profiler/task_profiler_data_serializer.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/browser/system_monitor/udev_util_linux.h ('k') | chrome/browser/themes/browser_theme_pack.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/task_profiler/task_profiler_data_serializer.h
diff --git a/chrome/browser/task_profiler/task_profiler_data_serializer.h b/chrome/browser/task_profiler/task_profiler_data_serializer.h
index 6c2020e002a118117f5dd5ed845fa827e7a6774a..9d58f3cc150aa4471cf46f8152ac8e31438bceba 100644
--- a/chrome/browser/task_profiler/task_profiler_data_serializer.h
+++ b/chrome/browser/task_profiler/task_profiler_data_serializer.h
@@ -8,10 +8,9 @@
#include "base/basictypes.h"
#include "content/public/common/process_type.h"
-class FilePath;
-
namespace base {
class DictionaryValue;
+class FilePath;
}
namespace tracked_objects {
@@ -31,7 +30,7 @@ class TaskProfilerDataSerializer {
content::ProcessType process_type,
base::DictionaryValue* dictionary);
- bool WriteToFile(const FilePath& path);
+ bool WriteToFile(const base::FilePath& path);
private:
DISALLOW_COPY_AND_ASSIGN(TaskProfilerDataSerializer);
« no previous file with comments | « chrome/browser/system_monitor/udev_util_linux.h ('k') | chrome/browser/themes/browser_theme_pack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698