Remove unneeded ENABLE_BEGIN_FRAME_SCHEDULING command line flag
[chromium-blink-merge.git] / media / base / media_keys.cc
blobcf5256bf2333966ee5161dc1fd93297db51bf546
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/media_keys.h"
7 namespace media {
9 MediaKeys::MediaKeys() {}
11 MediaKeys::~MediaKeys() {}
13 } // namespace media