Index: apps/app_restore_service.h |
diff --git a/apps/app_restore_service.h b/apps/app_restore_service.h |
index 97dcd88dedb8d07d825cf29807aa76329c015df8..65d3de2e587f1ec69ee0cea5eb5669e234991bc2 100644 |
--- a/apps/app_restore_service.h |
+++ b/apps/app_restore_service.h |
@@ -15,17 +15,10 @@ |
namespace extensions { |
class Extension; |
- |
-namespace app_file_handler_util { |
-struct SavedFileEntry; |
-} |
- |
} |
class Profile; |
-using extensions::app_file_handler_util::SavedFileEntry; |
- |
namespace apps { |
// Tracks what apps need to be restarted when the browser restarts. |
@@ -61,9 +54,7 @@ class AppRestoreService : public BrowserContextKeyedService, |
void RecordAppStop(const std::string& extension_id); |
void RecordIfAppHasWindows(const std::string& id); |
- void RestoreApp( |
- const extensions::Extension* extension, |
- const std::vector<SavedFileEntry>& file_entries); |
+ void RestoreApp(const extensions::Extension* extension); |
void StartObservingShellWindows(); |
void StopObservingShellWindows(); |