Don't show supervised user as "already on this device" while they're being imported.
[chromium-blink-merge.git] / media / base / key_system_info.cc
blobf36104ab120fc4e3f376a30a887f00b7d74f20ac
1 // Copyright 2013 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 "media/base/key_system_info.h"
7 namespace media {
9 KeySystemInfo::KeySystemInfo() {
12 KeySystemInfo::~KeySystemInfo() {
15 } // namespace media