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

Unified Diff: content/browser/android/tracing_intent_handler.h

Issue 12213066: Use base namespace for FilePath in content/browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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: content/browser/android/tracing_intent_handler.h
diff --git a/content/browser/android/tracing_intent_handler.h b/content/browser/android/tracing_intent_handler.h
index 1ea4b6e40332ba4e778e2d33549a0fbb48852e9a..f916300fc9913a3be30514a3669f0024a7f65c0b 100644
--- a/content/browser/android/tracing_intent_handler.h
+++ b/content/browser/android/tracing_intent_handler.h
@@ -18,7 +18,7 @@ bool RegisterTracingIntentHandler(JNIEnv* env);
class TracingIntentHandler : public TraceSubscriberStdio {
public:
- explicit TracingIntentHandler(const FilePath& path);
+ explicit TracingIntentHandler(const base::FilePath& path);
virtual ~TracingIntentHandler();
// TraceSubscriber implementation
« no previous file with comments | « content/browser/accessibility/dump_accessibility_tree_helper_win.cc ('k') | content/browser/android/tracing_intent_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698