Battery Status API: add UMA logging for Linux.
[chromium-blink-merge.git] / mojo / services / public / cpp / view_manager / lib / view_observer.cc
blob812c028dce8d70efaefb7e5cfc895fe19a63eda2
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "mojo/services/public/cpp/view_manager/view_observer.h"
7 #include "base/basictypes.h"
9 namespace mojo {
11 ////////////////////////////////////////////////////////////////////////////////
12 // ViewObserver, public:
14 ViewObserver::TreeChangeParams::TreeChangeParams()
15 : target(NULL),
16 old_parent(NULL),
17 new_parent(NULL),
18 receiver(NULL) {}
20 } // namespace mojo