diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 00:03:13 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 00:03:13 +0000 |
commit | ca35f85329122c44b55c97ffb99caac7fcff818d (patch) | |
tree | e2d4707bc2c6365c9a5b42a1b486d66029fa4709 /chrome/app/scoped_ole_initializer.h | |
parent | 87c0254db050a6df147be484e2496aaa4b4f95a1 (diff) | |
download | chromium_src-ca35f85329122c44b55c97ffb99caac7fcff818d.zip chromium_src-ca35f85329122c44b55c97ffb99caac7fcff818d.tar.gz chromium_src-ca35f85329122c44b55c97ffb99caac7fcff818d.tar.bz2 |
Make ScopedOleInitializer work on windows if you aren't including
build_config already.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/19640
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8835 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/scoped_ole_initializer.h')
-rw-r--r-- | chrome/app/scoped_ole_initializer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/scoped_ole_initializer.h b/chrome/app/scoped_ole_initializer.h index f32ed95..3560374 100644 --- a/chrome/app/scoped_ole_initializer.h +++ b/chrome/app/scoped_ole_initializer.h @@ -5,6 +5,9 @@ #ifndef CHROME_APP_SCOPED_OLE_INITIALIZER_H_ #define CHROME_APP_SCOPED_OLE_INITIALIZER_H_ +#include "base/logging.h" +#include "build/build_config.h" + // Wraps OLE initialization in a cross-platform class meant to be used on the // stack so init/uninit is done with scoping. This class is ok for use by // non-windows platforms; it just doesn't do anything. |