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

Unified Diff: chrome/utility/importer/safari_importer.h

Issue 653773004: Standardize usage of virtual/override/final in chrome/ (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/safari_importer.h
diff --git a/chrome/utility/importer/safari_importer.h b/chrome/utility/importer/safari_importer.h
index c8ecdf228c5f190bd3bb39d9964a1a36be6dbdcd..9fbbe0b72361a0588fe62f840295ca11e19f4702 100644
--- a/chrome/utility/importer/safari_importer.h
+++ b/chrome/utility/importer/safari_importer.h
@@ -40,9 +40,9 @@ class SafariImporter : public Importer {
explicit SafariImporter(const base::FilePath& library_dir);
// Importer:
- virtual void StartImport(const importer::SourceProfile& source_profile,
- uint16 items,
- ImporterBridge* bridge) override;
+ void StartImport(const importer::SourceProfile& source_profile,
+ uint16 items,
+ ImporterBridge* bridge) override;
private:
FRIEND_TEST_ALL_PREFIXES(SafariImporterTest, BookmarkImport);
@@ -51,7 +51,7 @@ class SafariImporter : public Importer {
FRIEND_TEST_ALL_PREFIXES(SafariImporterTest, FaviconImport);
FRIEND_TEST_ALL_PREFIXES(SafariImporterTest, HistoryImport);
- virtual ~SafariImporter();
+ ~SafariImporter() override;
// Multiple URLs can share the same favicon; this is a map
// of URLs -> IconIDs that we load as a temporary step before
« no previous file with comments | « chrome/utility/importer/firefox_importer_unittest_utils_mac.cc ('k') | chrome/utility/media_galleries/ipc_data_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698