yusukes | 1168eda | 2016-04-27 07:52:08 | [diff] [blame] | 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 | ||||
3 | // found in the LICENSE file. | ||||
4 | |||||
5 | #include "ash/link_handler_model.h" | ||||
6 | |||||
7 | namespace ash { | ||||
8 | |||||
9 | LinkHandlerModel::Observer::~Observer() {} | ||||
10 | LinkHandlerModel::~LinkHandlerModel() {} | ||||
11 | |||||
12 | } // namespace ash |