diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-23 15:24:20 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-23 15:24:20 +0000 |
commit | 9634278e735ab966c219de6d199d98c7c0e23d29 (patch) | |
tree | dba3ce4db4b8a442a62e4c817e28dca9121f3b5c /chrome/browser/automation/automation_window_tracker.h | |
parent | 74b928313755c35a37d5162f90c82746bc02ccaf (diff) | |
download | chromium_src-9634278e735ab966c219de6d199d98c7c0e23d29.zip chromium_src-9634278e735ab966c219de6d199d98c7c0e23d29.tar.gz chromium_src-9634278e735ab966c219de6d199d98c7c0e23d29.tar.bz2 |
Make hwnd_notification_source portable by making it use NativeWindow (and
renaming it accordingly).
Review URL: http://codereview.chromium.org/115730
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16839 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 518692b..a4e505a 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/common/native_window_notification_source.h" #elif defined(OS_LINUX) || defined(OS_MACOSX) // But on Linux and Mac, it is a pointer so this definition suffices. template<> |