| OLD | NEW |
| 1 // Copyright 2013 The Chromium Authors. All rights reserved. | 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 | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef CHROME_BROWSER_RENDERER_HOST_PEPPER_PEPPER_OUTPUT_PROTECTION_MESSAGE_FIL
TER_H_ | 5 #ifndef CHROME_BROWSER_RENDERER_HOST_PEPPER_PEPPER_OUTPUT_PROTECTION_MESSAGE_FIL
TER_H_ |
| 6 #define CHROME_BROWSER_RENDERER_HOST_PEPPER_PEPPER_OUTPUT_PROTECTION_MESSAGE_FIL
TER_H_ | 6 #define CHROME_BROWSER_RENDERER_HOST_PEPPER_PEPPER_OUTPUT_PROTECTION_MESSAGE_FIL
TER_H_ |
| 7 | 7 |
| 8 #include <stdint.h> |
| 9 |
| 10 #include "base/macros.h" |
| 8 #include "base/memory/weak_ptr.h" | 11 #include "base/memory/weak_ptr.h" |
| 12 #include "build/build_config.h" |
| 9 #include "ppapi/c/pp_instance.h" | 13 #include "ppapi/c/pp_instance.h" |
| 10 #include "ppapi/host/resource_message_filter.h" | 14 #include "ppapi/host/resource_message_filter.h" |
| 11 | 15 |
| 12 namespace content { | 16 namespace content { |
| 13 class BrowserPpapiHost; | 17 class BrowserPpapiHost; |
| 14 } // namespace content | 18 } // namespace content |
| 15 | 19 |
| 16 namespace ppapi { | 20 namespace ppapi { |
| 17 namespace host { | 21 namespace host { |
| 18 struct HostMessageContext; | 22 struct HostMessageContext; |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 #endif | 66 #endif |
| 63 | 67 |
| 64 base::WeakPtrFactory<PepperOutputProtectionMessageFilter> weak_ptr_factory_; | 68 base::WeakPtrFactory<PepperOutputProtectionMessageFilter> weak_ptr_factory_; |
| 65 | 69 |
| 66 DISALLOW_COPY_AND_ASSIGN(PepperOutputProtectionMessageFilter); | 70 DISALLOW_COPY_AND_ASSIGN(PepperOutputProtectionMessageFilter); |
| 67 }; | 71 }; |
| 68 | 72 |
| 69 } // namespace chrome | 73 } // namespace chrome |
| 70 | 74 |
| 71 #endif // CHROME_BROWSER_RENDERER_HOST_PEPPER_PEPPER_OUTPUT_PROTECTION_MESSAGE_
FILTER_H_ | 75 #endif // CHROME_BROWSER_RENDERER_HOST_PEPPER_PEPPER_OUTPUT_PROTECTION_MESSAGE_
FILTER_H_ |
| OLD | NEW |