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

Unified Diff: third_party/mojo_services/src/view_manager/public/cpp/lib/view_observer.cc

Issue 954643002: Update mojo sdk to rev 3d23dae011859a2aae49f1d1adde705c8e85d819 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use run_renderer_in_process() Created 5 years, 10 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: third_party/mojo_services/src/view_manager/public/cpp/lib/view_observer.cc
diff --git a/third_party/mojo_services/src/view_manager/public/cpp/lib/view_observer.cc b/third_party/mojo_services/src/view_manager/public/cpp/lib/view_observer.cc
index 456147cceb92d2f77edc2241fe65bdf448af6916..7e6acc0c3f36c44f60294a0c65c350d2acd0561b 100644
--- a/third_party/mojo_services/src/view_manager/public/cpp/lib/view_observer.cc
+++ b/third_party/mojo_services/src/view_manager/public/cpp/lib/view_observer.cc
@@ -4,17 +4,16 @@
#include "view_manager/public/cpp/view_observer.h"
-#include "base/basictypes.h"
-
namespace mojo {
////////////////////////////////////////////////////////////////////////////////
// ViewObserver, public:
ViewObserver::TreeChangeParams::TreeChangeParams()
- : target(NULL),
- old_parent(NULL),
- new_parent(NULL),
- receiver(NULL) {}
+ : target(nullptr),
+ old_parent(nullptr),
+ new_parent(nullptr),
+ receiver(nullptr) {
+}
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698