| Index: chrome/browser/ui/views/omnibox/omnibox_view_win.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/omnibox/omnibox_view_win.cc (revision 90470)
|
| +++ chrome/browser/ui/views/omnibox/omnibox_view_win.cc (working copy)
|
| @@ -11,6 +11,7 @@
|
| #include <richedit.h>
|
| #include <textserv.h>
|
|
|
| +#include "app/win/iat_patch_function.h"
|
| #include "base/auto_reset.h"
|
| #include "base/basictypes.h"
|
| #include "base/i18n/rtl.h"
|
| @@ -18,7 +19,6 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "base/win/iat_patch_function.h"
|
| #include "chrome/app/chrome_command_ids.h"
|
| #include "chrome/browser/autocomplete/autocomplete_accessibility.h"
|
| #include "chrome/browser/autocomplete/autocomplete_match.h"
|
| @@ -348,8 +348,8 @@
|
|
|
| private:
|
| size_t refcount_;
|
| - base::win::IATPatchFunction begin_paint_;
|
| - base::win::IATPatchFunction end_paint_;
|
| + app::win::IATPatchFunction begin_paint_;
|
| + app::win::IATPatchFunction end_paint_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PaintPatcher);
|
| };
|
|
|