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

Unified Diff: win8/delegate_execute/chrome_util.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 | « webkit/tools/webcore_unit_tests/ICOImageDecoder_unittest.cpp ('k') | win8/delegate_execute/chrome_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/delegate_execute/chrome_util.h
diff --git a/win8/delegate_execute/chrome_util.h b/win8/delegate_execute/chrome_util.h
index 634ce6c0fcbd0ef76183a2f29df4f1a8ad805479..f65ec2fddf3bf8278b3eb179679e1cf4be480883 100644
--- a/win8/delegate_execute/chrome_util.h
+++ b/win8/delegate_execute/chrome_util.h
@@ -7,15 +7,17 @@
#include "base/string16.h"
+namespace base {
class FilePath;
+}
namespace delegate_execute {
// Finalizes a previously updated installation.
-void UpdateChromeIfNeeded(const FilePath& chrome_exe);
+void UpdateChromeIfNeeded(const base::FilePath& chrome_exe);
// Returns the appid of the Chrome pointed to by |chrome_exe|.
-string16 GetAppId(const FilePath& chrome_exe);
+string16 GetAppId(const base::FilePath& chrome_exe);
} // namespace delegate_execute
« no previous file with comments | « webkit/tools/webcore_unit_tests/ICOImageDecoder_unittest.cpp ('k') | win8/delegate_execute/chrome_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698