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

Unified Diff: mojo/services/network/cookie_store_impl.h

Issue 634483003: replace OVERRIDE and FINAL with override and final in mojo/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove compiler_specific.h inclusions 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 | « mojo/services/native_viewport/viewport_surface.h ('k') | mojo/services/network/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/network/cookie_store_impl.h
diff --git a/mojo/services/network/cookie_store_impl.h b/mojo/services/network/cookie_store_impl.h
index a2ff0b20ba9f94e3403db39336aaa4a54729d173..9ec5571ed12d708527770f38bbca5ba9add07740 100644
--- a/mojo/services/network/cookie_store_impl.h
+++ b/mojo/services/network/cookie_store_impl.h
@@ -19,9 +19,9 @@ class CookieStoreImpl : public InterfaceImpl<CookieStore> {
private:
// CookieStore methods:
virtual void Get(const String& url,
- const Callback<void(String)>& callback) OVERRIDE;
+ const Callback<void(String)>& callback) override;
virtual void Set(const String& url, const String& cookie,
- const Callback<void(bool)>& callback) OVERRIDE;
+ const Callback<void(bool)>& callback) override;
NetworkContext* context_;
GURL origin_;
« no previous file with comments | « mojo/services/native_viewport/viewport_surface.h ('k') | mojo/services/network/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698