| Index: chrome/browser/extensions/app_notification_manager.h
|
| diff --git a/chrome/browser/extensions/app_notification_manager.h b/chrome/browser/extensions/app_notification_manager.h
|
| index 405b3492a2d7c0e3950df493acf08a82a949e7ea..4fa6e3096578da858dcf35ca5f6550fa90532b82 100644
|
| --- a/chrome/browser/extensions/app_notification_manager.h
|
| +++ b/chrome/browser/extensions/app_notification_manager.h
|
| @@ -119,7 +119,7 @@ class AppNotificationManager
|
| virtual ~AppNotificationManager();
|
|
|
| // Starts loading storage_ using |storage_path|.
|
| - void LoadOnFileThread(const FilePath& storage_path);
|
| + void LoadOnFileThread(const base::FilePath& storage_path);
|
|
|
| // Called on the UI thread to handle the loaded results from storage_.
|
| void HandleLoadResults(NotificationMap* map);
|
|
|