blob: b528207d00f89d0087be80c18e5e74792d731ce5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// Copyright 2014 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.
// Multiply-included file, no traditional include guard.
#include "base/basictypes.h" // for OS_ANDROID and some basic types.
#if defined(OS_ANDROID)
#include "components/cdm/common/cdm_messages_android.h"
#endif
|