Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6145)

Unified Diff: chrome/utility/importer/bookmark_html_reader_unittest.cc

Issue 638863002: Replace FINAL and OVERRIDE with their C++11 counterparts in chrome/utility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/utility/importer/bookmark_html_reader_unittest.cc
diff --git a/chrome/utility/importer/bookmark_html_reader_unittest.cc b/chrome/utility/importer/bookmark_html_reader_unittest.cc
index 47ae53e7fbe1ea1aa54f0bf0d2643c2d66aeba6b..67fba1150b4814e76f67dfdccd88717897b2facc 100644
--- a/chrome/utility/importer/bookmark_html_reader_unittest.cc
+++ b/chrome/utility/importer/bookmark_html_reader_unittest.cc
@@ -141,7 +141,7 @@ namespace {
class BookmarkHTMLReaderTestWithData : public testing::Test {
public:
- virtual void SetUp() OVERRIDE;
+ virtual void SetUp() override;
protected:
void ExpectFirstFirefox2Bookmark(const ImportedBookmarkEntry& entry);
« no previous file with comments | « chrome/utility/image_writer/image_writer_unittest.cc ('k') | chrome/utility/importer/bookmarks_file_importer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698