Index: components/cdm/common/cdm_message_generator.h |
diff --git a/components/cdm/common/cdm_message_generator.h b/components/cdm/common/cdm_message_generator.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b528207d00f89d0087be80c18e5e74792d731ce5 |
--- /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 |