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

Unified Diff: mojo/services/view_manager/public/cpp/view_tracker.h

Issue 988693005: Chromium roll (https://codereview.chromium.org/976353002) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fixed bad android build patch Created 5 years, 9 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/view_manager/public/cpp/tests/view_unittest.cc ('k') | mojo/skia/ganesh_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/view_manager/public/cpp/view_tracker.h
diff --git a/mojo/services/view_manager/public/cpp/view_tracker.h b/mojo/services/view_manager/public/cpp/view_tracker.h
index 1d6bf14de03e042affd898c7d356a442e6ca1e94..cfc2b9d6c84ea3a93e1642b7c86c736f2b7baaab 100644
--- a/mojo/services/view_manager/public/cpp/view_tracker.h
+++ b/mojo/services/view_manager/public/cpp/view_tracker.h
@@ -34,7 +34,7 @@ class ViewTracker : public ViewObserver {
bool Contains(View* view);
// ViewObserver overrides:
- virtual void OnViewDestroying(View* view) override;
+ void OnViewDestroying(View* view) override;
private:
Views views_;
« no previous file with comments | « mojo/services/view_manager/public/cpp/tests/view_unittest.cc ('k') | mojo/skia/ganesh_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698