| OLD | NEW |
| 1 // This file was GENERATED by command: | 1 // This file was GENERATED by command: |
| 2 // pump.py bind_internal.h.pump | 2 // pump.py bind_internal.h.pump |
| 3 // DO NOT EDIT BY HAND!!! | 3 // DO NOT EDIT BY HAND!!! |
| 4 | 4 |
| 5 | 5 |
| 6 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 6 // Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 7 // Use of this source code is governed by a BSD-style license that can be | 7 // Use of this source code is governed by a BSD-style license that can be |
| 8 // found in the LICENSE file. | 8 // found in the LICENSE file. |
| 9 | 9 |
| 10 #ifndef BASE_BIND_INTERNAL_H_ | 10 #ifndef BASE_BIND_INTERNAL_H_ |
| 11 #define BASE_BIND_INTERNAL_H_ | 11 #define BASE_BIND_INTERNAL_H_ |
| 12 #pragma once | |
| 13 | 12 |
| 14 #include "base/bind_helpers.h" | 13 #include "base/bind_helpers.h" |
| 15 #include "base/callback_internal.h" | 14 #include "base/callback_internal.h" |
| 16 #include "base/memory/raw_scoped_refptr_mismatch_checker.h" | 15 #include "base/memory/raw_scoped_refptr_mismatch_checker.h" |
| 17 #include "base/memory/weak_ptr.h" | 16 #include "base/memory/weak_ptr.h" |
| 18 #include "base/template_util.h" | 17 #include "base/template_util.h" |
| 19 #include "build/build_config.h" | 18 #include "build/build_config.h" |
| 20 | 19 |
| 21 #if defined(OS_WIN) | 20 #if defined(OS_WIN) |
| 22 #include "base/bind_internal_win.h" | 21 #include "base/bind_internal_win.h" |
| (...skipping 2758 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2781 P4 p4_; | 2780 P4 p4_; |
| 2782 P5 p5_; | 2781 P5 p5_; |
| 2783 P6 p6_; | 2782 P6 p6_; |
| 2784 P7 p7_; | 2783 P7 p7_; |
| 2785 }; | 2784 }; |
| 2786 | 2785 |
| 2787 } // namespace internal | 2786 } // namespace internal |
| 2788 } // namespace base | 2787 } // namespace base |
| 2789 | 2788 |
| 2790 #endif // BASE_BIND_INTERNAL_H_ | 2789 #endif // BASE_BIND_INTERNAL_H_ |
| OLD | NEW |