| Index: components/drive/drive_app_registry.h
|
| diff --git a/components/drive/drive_app_registry.h b/components/drive/drive_app_registry.h
|
| index d0db65806e77f9a684a01b975116bb55a9cfb984..f4553e04197491d1e7c9d6894cc816e26b6d2509 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.
|
|
|