summaryrefslogtreecommitdiffstats
path: root/apps/saved_files_service_factory.h
diff options
context:
space:
mode:
authoranand.ratn <anand.ratn@samsung.com>2014-10-08 22:55:01 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-09 05:55:23 +0000
commitc7a465643ccfff1b0292203b3edc228802f1a5be (patch)
tree2520faa149f0d95e0a89f6807c7f40b9499234d0 /apps/saved_files_service_factory.h
parente4bfc029e971f43b027b34145cf2dfff63a6fa32 (diff)
downloadchromium_src-c7a465643ccfff1b0292203b3edc228802f1a5be.zip
chromium_src-c7a465643ccfff1b0292203b3edc228802f1a5be.tar.gz
chromium_src-c7a465643ccfff1b0292203b3edc228802f1a5be.tar.bz2
Replace OVERRIDE and FINAL with override and final in src/apps
BUG=417463 Review URL: https://codereview.chromium.org/641963002 Cr-Commit-Position: refs/heads/master@{#298808}
Diffstat (limited to 'apps/saved_files_service_factory.h')
-rw-r--r--apps/saved_files_service_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/saved_files_service_factory.h b/apps/saved_files_service_factory.h
index d8bc3ee..7d4c15c 100644
--- a/apps/saved_files_service_factory.h
+++ b/apps/saved_files_service_factory.h
@@ -27,7 +27,7 @@ class SavedFilesServiceFactory : public BrowserContextKeyedServiceFactory {
friend struct DefaultSingletonTraits<SavedFilesServiceFactory>;
virtual KeyedService* BuildServiceInstanceFor(
- content::BrowserContext* profile) const OVERRIDE;
+ content::BrowserContext* profile) const override;
};
} // namespace apps