diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 23:23:11 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 23:23:11 +0000 |
commit | 50ddd8b885c03fe4fba19130918939026ae6ef24 (patch) | |
tree | 4df5857465cbded5c559c917320d2ee09f13eb97 /chrome/browser/automation/automation_window_tracker.h | |
parent | efb5ccb4aa5aa111a1e894f8ad22cf6a8f053aba (diff) | |
download | chromium_src-50ddd8b885c03fe4fba19130918939026ae6ef24.zip chromium_src-50ddd8b885c03fe4fba19130918939026ae6ef24.tar.gz chromium_src-50ddd8b885c03fe4fba19130918939026ae6ef24.tar.bz2 |
Reverting 15468.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15470 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/automation_window_tracker.h')
-rw-r--r-- | chrome/browser/automation/automation_window_tracker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/automation/automation_window_tracker.h b/chrome/browser/automation/automation_window_tracker.h index effa61e..1b9aff8 100644 --- a/chrome/browser/automation/automation_window_tracker.h +++ b/chrome/browser/automation/automation_window_tracker.h @@ -13,7 +13,7 @@ // Since HWNDs aren't pointers, we can't have NativeWindow // be directly a pointer and so must explicitly declare the Source types // for it. -#include "chrome/common/hwnd_notification_source.h" +#include "chrome/views/widget/hwnd_notification_source.h" #elif defined(OS_LINUX) || defined(OS_MACOSX) // But on Linux and Mac, it is a pointer so this definition suffices. template<> |