From a8e2058011129cbef38bf89834ee01715556b392 Mon Sep 17 00:00:00 2001 From: "brettw@google.com" Date: Fri, 31 Dec 2010 17:18:50 +0000 Subject: Move base/win_util to the base/win directory and use the base::win namespace. Fix up includes, many files including base/win_util don't actually need it. TEST=it compiles BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70341 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/chrome_frame_plugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome_frame/chrome_frame_plugin.h') diff --git a/chrome_frame/chrome_frame_plugin.h b/chrome_frame/chrome_frame_plugin.h index 4f543b5..9513087 100644 --- a/chrome_frame/chrome_frame_plugin.h +++ b/chrome_frame/chrome_frame_plugin.h @@ -9,7 +9,7 @@ #include #include "base/ref_counted.h" -#include "base/win_util.h" +#include "base/win/win_util.h" #include "chrome_frame/chrome_frame_automation.h" #include "chrome/common/chrome_paths.h" #include "chrome/common/chrome_paths_internal.h" @@ -234,7 +234,7 @@ END_MSG_MAP() HWND chrome_window = automation_client_->tab_window(); if (tab && ::IsWindow(chrome_window)) { DVLOG(1) << "Setting initial focus"; - tab->SetInitialFocus(win_util::IsShiftPressed(), restore_focus_to_view); + tab->SetInitialFocus(base::win::IsShiftPressed(), restore_focus_to_view); } } } -- cgit v1.1