Index: chrome/browser/extensions/api/app/app_api.h |
diff --git a/chrome/browser/extensions/api/app/app_api.h b/chrome/browser/extensions/api/app/app_api.h |
index e35dbe9ffeec7701397f94fcfc21fe87b2b91962..ba10e232507bd4c2cf685d41a2cef6469daa9766 100644 |
--- a/chrome/browser/extensions/api/app/app_api.h |
+++ b/chrome/browser/extensions/api/app/app_api.h |
@@ -64,7 +64,7 @@ class AppEventRouter { |
const Extension* extension, |
const string16& action, |
const std::string& file_system_id, |
- const FilePath& base_name); |
+ const std::string& base_name); |
// Dispatches the onLaunched event to the app implemented by |extension| |
// running in |profile|. The event parameter launchData will have a field |