blob: bc0985247f2b3b0ed45b4784d90de91340cc01c0 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ash/system/unified/feature_pod_controller_base.h"
namespace ash {
void FeaturePodControllerBase::OnLabelPressed() {
return OnIconPressed();
}
} // namespace ash