diff options
Diffstat (limited to 'components/drive/drive_app_registry.h')
-rw-r--r-- | components/drive/drive_app_registry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/drive/drive_app_registry.h b/components/drive/drive_app_registry.h index d0db658..f4553e0 100644 --- a/components/drive/drive_app_registry.h +++ b/components/drive/drive_app_registry.h @@ -42,6 +42,7 @@ struct DriveAppInfo { const std::string& app_name, const GURL& create_url, bool is_removable); + DriveAppInfo(const DriveAppInfo& other); ~DriveAppInfo(); // Drive app id. |