From dcd5776135982012e99ea7b7030b3412f61235c7 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Sat, 25 Jun 2011 12:18:51 +0000 Subject: Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories." The issue with the r90464 was that in the win shared build we build dlls and we need BASE_API to export functions and symbols. BUG=72317 TEST=None TBR=rsesek@chromium.org,brettw@chromium.org Review URL: http://codereview.chromium.org/7263009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90505 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/plugins/npapi/webplugin_delegate_impl_win.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'webkit/plugins') diff --git a/webkit/plugins/npapi/webplugin_delegate_impl_win.cc b/webkit/plugins/npapi/webplugin_delegate_impl_win.cc index 4f3b806..c3f010b 100644 --- a/webkit/plugins/npapi/webplugin_delegate_impl_win.cc +++ b/webkit/plugins/npapi/webplugin_delegate_impl_win.cc @@ -8,7 +8,6 @@ #include #include -#include "app/win/iat_patch_function.h" #include "base/file_util.h" #include "base/lazy_instance.h" #include "base/memory/scoped_ptr.h" @@ -19,6 +18,7 @@ #include "base/string_util.h" #include "base/stringprintf.h" #include "base/version.h" +#include "base/win/iat_patch_function.h" #include "base/win/registry.h" #include "base/win/windows_version.h" #include "skia/ext/platform_canvas.h" @@ -75,15 +75,15 @@ base::LazyInstance > g_window_handle_proc_map( // Helper object for patching the TrackPopupMenu API. -base::LazyInstance g_iat_patch_track_popup_menu( +base::LazyInstance g_iat_patch_track_popup_menu( base::LINKER_INITIALIZED); // Helper object for patching the SetCursor API. -base::LazyInstance g_iat_patch_set_cursor( +base::LazyInstance g_iat_patch_set_cursor( base::LINKER_INITIALIZED); // Helper object for patching the RegEnumKeyExW API. -base::LazyInstance g_iat_patch_reg_enum_key_ex_w( +base::LazyInstance g_iat_patch_reg_enum_key_ex_w( base::LINKER_INITIALIZED); // http://crbug.com/16114 -- cgit v1.1