Index: ceee/ie/common/chrome_frame_host.h |
diff --git a/ceee/ie/common/chrome_frame_host.h b/ceee/ie/common/chrome_frame_host.h |
index 4703e7148494f2a3b07afde79315d64b55967ba1..59e5c9fb4e26457dace52355b04cb34b4a1d31c1 100644 |
--- a/ceee/ie/common/chrome_frame_host.h |
+++ b/ceee/ie/common/chrome_frame_host.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
// |
@@ -12,7 +12,7 @@ |
#include <list> |
#include "base/basictypes.h" |
-#include "base/scoped_handle.h" |
+#include "base/win/scoped_handle.h" |
#include "ceee/common/initializing_coclass.h" |
#include "chrome_tab.h" // NOLINT |
@@ -212,7 +212,7 @@ class ATL_NO_VTABLE ChromeFrameHost |
#ifndef NDEBUG |
// We use a cross process event to make sure there is only one chrome frame |
// host that returns ExtensionApisToAutomate... But only needed for a DCHECK. |
- ScopedHandle automating_extension_api_; |
+ base::win::ScopedHandle automating_extension_api_; |
#endif |
// A cached BSTR for the posted messages origin (which is kAutomationOrigin). |