| Index: components/drive/drive_app_registry.cc
|
| diff --git a/components/drive/drive_app_registry.cc b/components/drive/drive_app_registry.cc
|
| index cc28b8304f683a4146cabe25abbaaa62f1a4bd49..89a4299a095d9ad60f2b0cfd061239d4d41b4de4 100644
|
| --- a/components/drive/drive_app_registry.cc
|
| +++ b/components/drive/drive_app_registry.cc
|
| @@ -71,6 +71,8 @@ DriveAppInfo::DriveAppInfo(
|
| is_removable(is_removable) {
|
| }
|
|
|
| +DriveAppInfo::DriveAppInfo(const DriveAppInfo& other) = default;
|
| +
|
| DriveAppInfo::~DriveAppInfo() {
|
| }
|
|
|
|
|