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

Unified Diff: cloud_print/service/win/chrome_launcher.h

Issue 12294008: Fix more remaining FilePath -> base::FilePath. (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
« no previous file with comments | « chrome/installer/util/delete_after_reboot_helper.cc ('k') | cloud_print/service/win/chrome_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/service/win/chrome_launcher.h
diff --git a/cloud_print/service/win/chrome_launcher.h b/cloud_print/service/win/chrome_launcher.h
index bc257ff5e6141010764a9a60e9d65577c1df5eca..322e21f97bc1893fb4cc95ba06d55bde50d7599c 100644
--- a/cloud_print/service/win/chrome_launcher.h
+++ b/cloud_print/service/win/chrome_launcher.h
@@ -14,7 +14,7 @@
class ChromeLauncher : public base::DelegateSimpleThread::Delegate {
public:
- explicit ChromeLauncher(const FilePath& user_data);
+ explicit ChromeLauncher(const base::FilePath& user_data);
virtual ~ChromeLauncher();
@@ -24,7 +24,7 @@ class ChromeLauncher : public base::DelegateSimpleThread::Delegate {
virtual void Run() OVERRIDE;
private:
- FilePath user_data_;
+ base::FilePath user_data_;
base::WaitableEvent stop_event_;
scoped_ptr<base::DelegateSimpleThread> thread_;
« no previous file with comments | « chrome/installer/util/delete_after_reboot_helper.cc ('k') | cloud_print/service/win/chrome_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698