Index: chrome_frame/infobars/internal/subclassing_window_with_delegate.h |
diff --git a/chrome_frame/infobars/internal/subclassing_window_with_delegate.h b/chrome_frame/infobars/internal/subclassing_window_with_delegate.h |
index 9bb6ab285d94cbca49d5696550991943b104d86f..fc5f0caf872a974c7010e2450110af4630856eca 100644 |
--- a/chrome_frame/infobars/internal/subclassing_window_with_delegate.h |
+++ b/chrome_frame/infobars/internal/subclassing_window_with_delegate.h |
@@ -12,7 +12,7 @@ |
#include "base/basictypes.h" |
#include "base/logging.h" |
#include "base/memory/scoped_ptr.h" |
-#include "chrome_frame/utils.h" |
+#include "chrome_frame/pin_module.h" |
// Implements behavior common to HostWindowManager and DisplacedWindowManager. |
template<typename T> class SubclassingWindowWithDelegate |
@@ -53,7 +53,7 @@ template<typename T> class SubclassingWindowWithDelegate |
// Ensure we won't be unloaded while our window proc is attached to the tab |
// window. |
- PinModule(); |
+ chrome_frame::PinModule(); |
delegate_.swap(new_delegate); |