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

Unified Diff: extensions/renderer/module_system.h

Issue 622343002: replace OVERRIDE and FINAL with override and final in extensions/ (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
« no previous file with comments | « extensions/renderer/messaging_utils_unittest.cc ('k') | extensions/renderer/module_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/module_system.h
diff --git a/extensions/renderer/module_system.h b/extensions/renderer/module_system.h
index 4ab628fe0ea6c3962b23fffb709fb9d94aad2f87..18263444f9bde6c82b01422d2e5fad02dc7b2cdd 100644
--- a/extensions/renderer/module_system.h
+++ b/extensions/renderer/module_system.h
@@ -143,7 +143,7 @@ class ModuleSystem : public ObjectBackedNativeHandler,
protected:
friend class ScriptContext;
- virtual void Invalidate() OVERRIDE;
+ virtual void Invalidate() override;
private:
typedef std::map<std::string, linked_ptr<NativeHandler> > NativeHandlerMap;
@@ -204,7 +204,7 @@ class ModuleSystem : public ObjectBackedNativeHandler,
// gin::ModuleRegistryObserver overrides.
virtual void OnDidAddPendingModule(
const std::string& id,
- const std::vector<std::string>& dependencies) OVERRIDE;
+ const std::vector<std::string>& dependencies) override;
ScriptContext* context_;
« no previous file with comments | « extensions/renderer/messaging_utils_unittest.cc ('k') | extensions/renderer/module_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698