OLD | NEW |
1 // Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2006-2009 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 BAR_TOOLBAR_CLD_I18N_ENCODINGS_COMPACT_LANG_DET_WIN_CLD_SCOPEDPTR_H_ | 5 #ifndef BAR_TOOLBAR_CLD_I18N_ENCODINGS_COMPACT_LANG_DET_WIN_CLD_SCOPEDPTR_H_ |
6 #define BAR_TOOLBAR_CLD_I18N_ENCODINGS_COMPACT_LANG_DET_WIN_CLD_SCOPEDPTR_H_ | 6 #define BAR_TOOLBAR_CLD_I18N_ENCODINGS_COMPACT_LANG_DET_WIN_CLD_SCOPEDPTR_H_ |
7 | 7 |
8 #include <wincrypt.h> // to compile common/scopedptr.h | 8 // This include has to be out of order to compile common/scopedptr.h |
9 #include <wininet.h> // to compile common/scopedptr.h | |
10 | |
11 // This include has to be out of order to compile to compile common/scopedptr.h | |
12 #include "bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_macros.h" | 9 #include "bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_macros.h" |
13 #include "bar/common/scopedlibrary.h" | |
14 #include "bar/common/scopedptr.h" | |
15 #include "bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_scoped_ptr.h" | 10 #include "bar/toolbar/cld/i18n/encodings/compact_lang_det/win/cld_scoped_ptr.h" |
16 | 11 |
17 #endif // BAR_TOOLBAR_CLD_I18N_ENCODINGS_COMPACT_LANG_DET_WIN_CLD_SCOPEDPTR_H_ | 12 #endif // BAR_TOOLBAR_CLD_I18N_ENCODINGS_COMPACT_LANG_DET_WIN_CLD_SCOPEDPTR_H_ |
OLD | NEW |