Index: apps/app_restore_service.h |
diff --git a/apps/app_restore_service.h b/apps/app_restore_service.h |
index 16d0910cee2913a6af46417d36821bba0e7b6ad5..5dd42fd6239b6c5d9ff0970602ed444c940ef0ef 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 ProfileKeyedService, |
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(); |