| Index: components/ntp_tiles/ntp_tile.h
|
| diff --git a/components/ntp_tiles/ntp_tile.h b/components/ntp_tiles/ntp_tile.h
|
| index e82cd4db3e509c1182f95d2c8fcd687d0ddfc474..ef228b54b385dfe68d82c4265150dbcd23757d9b 100644
|
| --- a/components/ntp_tiles/ntp_tile.h
|
| +++ b/components/ntp_tiles/ntp_tile.h
|
| @@ -38,13 +38,8 @@ struct NTPTile {
|
| base::FilePath whitelist_icon_path;
|
|
|
| NTPTile();
|
| + NTPTile(const NTPTile&);
|
| ~NTPTile();
|
| -
|
| - NTPTile(NTPTile&&);
|
| - NTPTile& operator=(NTPTile&&);
|
| -
|
| - private:
|
| - DISALLOW_COPY_AND_ASSIGN(NTPTile);
|
| };
|
|
|
| using NTPTilesVector = std::vector<NTPTile>;
|
|
|