blob: 759ee2d0ec8af3a549602e75a6c79b4fc8528ca3 [file] [log] [blame]
yusukes1168eda2016-04-27 07:52:081// 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
7namespace ash {
8
9LinkHandlerModel::Observer::~Observer() {}
10LinkHandlerModel::~LinkHandlerModel() {}
11
12} // namespace ash