summaryrefslogtreecommitdiffstats
path: root/base/scoped_handle.h
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-04 05:05:48 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-04 05:05:48 +0000
commita3406979cd56b42ec58244e6382ca77c2c93205d (patch)
tree76d2c688df49a6d3dc3d182c86b15ffe5ba9cf8e /base/scoped_handle.h
parent1111563020b92fc9f6943e0b5c00f66de2f57082 (diff)
downloadchromium_src-a3406979cd56b42ec58244e6382ca77c2c93205d.zip
chromium_src-a3406979cd56b42ec58244e6382ca77c2c93205d.tar.gz
chromium_src-a3406979cd56b42ec58244e6382ca77c2c93205d.tar.bz2
Attempt 2 at:
Gets find bar animation/clipping to work on views/gtk. The only difference between this and the first version is fixing an include in extension_host that was triggering mac to build views, as well as an extraneous SetSlideDuration I had used for testing. BUG=none TEST=none TBR=ben Review URL: http://codereview.chromium.org/342116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30942 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/scoped_handle.h')
-rw-r--r--base/scoped_handle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/scoped_handle.h b/base/scoped_handle.h
index e53b2dd..913271d6 100644
--- a/base/scoped_handle.h
+++ b/base/scoped_handle.h
@@ -11,6 +11,8 @@
#if defined(OS_WIN)
#include "base/scoped_handle_win.h"
+#elif defined(OS_LINUX)
+#include "base/scoped_handle_gtk.h"
#endif
class ScopedStdioHandle {