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

Unified Diff: chrome/browser/media_galleries/fileapi/iphoto_data_provider.h

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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/browser/media_galleries/fileapi/iphoto_data_provider.h
diff --git a/chrome/browser/media_galleries/fileapi/iphoto_data_provider.h b/chrome/browser/media_galleries/fileapi/iphoto_data_provider.h
index d54ddfd2c2bc6469707d75eb6ed26d1e072828d4..3c78704b4c26baad3e08df8af0e87fd2cbfe80de 100644
--- a/chrome/browser/media_galleries/fileapi/iphoto_data_provider.h
+++ b/chrome/browser/media_galleries/fileapi/iphoto_data_provider.h
@@ -32,7 +32,7 @@ class IPhotoDataProvider : public iapps::IAppsDataProvider {
// Parse the library xml file.
virtual void DoParseLibrary(const base::FilePath& library_path,
- const ReadyCallback& ready_callback) OVERRIDE;
+ const ReadyCallback& ready_callback) override;
virtual std::vector<std::string> GetAlbumNames() const;
virtual std::map<std::string, base::FilePath> GetAlbumContents(

Powered by Google App Engine
This is Rietveld 408576698