| Index: apps/app_restore_service_browsertest.cc | 
| diff --git a/apps/app_restore_service_browsertest.cc b/apps/app_restore_service_browsertest.cc | 
| index 9946a8a87c46881bda7200a6e7e3bf3b37fa3f87..287885665d0203fe6695497ca1d3ce38dd918290 100644 | 
| --- a/apps/app_restore_service_browsertest.cc | 
| +++ b/apps/app_restore_service_browsertest.cc | 
| @@ -11,6 +11,7 @@ | 
| #include "content/public/browser/browser_context.h" | 
| #include "content/public/browser/notification_service.h" | 
| #include "content/public/test/test_utils.h" | 
| +#include "extensions/browser/api/file_system/saved_file_entry.h" | 
| #include "extensions/browser/extension_prefs.h" | 
| #include "extensions/browser/notification_types.h" | 
| #include "extensions/common/extension.h" | 
| @@ -20,6 +21,7 @@ using extensions::Extension; | 
| using extensions::ExtensionPrefs; | 
| using extensions::ExtensionSystem; | 
| using extensions::FileSystemChooseEntryFunction; | 
| +using extensions::SavedFileEntry; | 
|  | 
| // TODO(benwells): Move PlatformAppBrowserTest to apps namespace in apps | 
| // component. | 
|  |