Support SizeClassIdiom on iOS7.
[chromium-blink-merge.git] / chrome / browser / ui / panels / panel_collection.cc
blob5c6e1245ec2b142d0cb14c666eceac31b82229a1
1 // Copyright (c) 2012 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 "chrome/browser/ui/panels/panel_collection.h"
7 PanelCollection::PanelCollection(Type type)
8 : type_(type) {
11 PanelCollection::~PanelCollection() {