diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-04 01:15:59 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-04 01:15:59 +0000 |
commit | 6c856ae733bf8d1f187ec5b93e07216ace0c4693 (patch) | |
tree | 1bca8fe2359b7334d99bfba154876e38ba319688 /base/scoped_handle.h | |
parent | 1f97d19d40c07ecc87070a9dd616f966f9f7619e (diff) | |
download | chromium_src-6c856ae733bf8d1f187ec5b93e07216ace0c4693.zip chromium_src-6c856ae733bf8d1f187ec5b93e07216ace0c4693.tar.gz chromium_src-6c856ae733bf8d1f187ec5b93e07216ace0c4693.tar.bz2 |
Revert 30903 - Gets find bar animation/clipping to work on views/gtk.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/340077
TBR=sky@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30913 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/scoped_handle.h')
-rw-r--r-- | base/scoped_handle.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/base/scoped_handle.h b/base/scoped_handle.h index 913271d6..e53b2dd 100644 --- a/base/scoped_handle.h +++ b/base/scoped_handle.h @@ -11,8 +11,6 @@ #if defined(OS_WIN) #include "base/scoped_handle_win.h" -#elif defined(OS_LINUX) -#include "base/scoped_handle_gtk.h" #endif class ScopedStdioHandle { |