summaryrefslogtreecommitdiffstats
path: root/components/cdm/common/cdm_message_generator.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/cdm/common/cdm_message_generator.h')
-rw-r--r--components/cdm/common/cdm_message_generator.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/components/cdm/common/cdm_message_generator.h b/components/cdm/common/cdm_message_generator.h
new file mode 100644
index 0000000..b528207
--- /dev/null
+++ b/components/cdm/common/cdm_message_generator.h
@@ -0,0 +1,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