| Index: components/open_from_clipboard/clipboard_recent_content_ios_unittest.mm
|
| diff --git a/components/open_from_clipboard/clipboard_recent_content_ios_unittest.mm b/components/open_from_clipboard/clipboard_recent_content_ios_unittest.mm
|
| index 6fbb0ee3e0db46607b96bc1063775f086320eda1..7626449fa4533649ccd9be98d1815e3dfe2b0044 100644
|
| --- a/components/open_from_clipboard/clipboard_recent_content_ios_unittest.mm
|
| +++ b/components/open_from_clipboard/clipboard_recent_content_ios_unittest.mm
|
| @@ -46,12 +46,12 @@ class ClipboardRecentContentIOSTest : public ::testing::Test {
|
| }
|
|
|
| void SetStoredPasteboardChangeDate(NSDate* changeDate) {
|
| - clipboard_content_->lastPasteboardChangeDate_.reset([changeDate copy]);
|
| + clipboard_content_->last_pasteboard_change_date_.reset([changeDate copy]);
|
| clipboard_content_->SaveToUserDefaults();
|
| }
|
|
|
| void SetStoredPasteboardChangeCount(NSInteger newChangeCount) {
|
| - clipboard_content_->lastPasteboardChangeCount_ = newChangeCount;
|
| + clipboard_content_->last_pasteboard_change_count_ = newChangeCount;
|
| clipboard_content_->SaveToUserDefaults();
|
| }
|
|
|
|
|