| OLD | NEW |
| 1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "ash/link_handler_model.h" | 5 #include "base/trace_event/v2/proto_utils.h" |
| 6 | 6 |
| 7 namespace ash { | 7 namespace base { |
| 8 namespace trace_event { |
| 9 namespace v2 { |
| 8 | 10 |
| 9 LinkHandlerModel::Observer::~Observer() {} | |
| 10 LinkHandlerModel::~LinkHandlerModel() {} | |
| 11 | 11 |
| 12 } // namespace ash | 12 } // namespace v2 |
| 13 } // namespace trace_event |
| 14 } // namespace base |
| OLD | NEW |