Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(411)

Unified Diff: chrome_frame/test/chrome_frame_test_utils.h

Issue 6825055: Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert bad indentation, rebase Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_frame/stream_impl.h ('k') | chrome_frame/test/chrome_frame_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/chrome_frame_test_utils.h
diff --git a/chrome_frame/test/chrome_frame_test_utils.h b/chrome_frame/test/chrome_frame_test_utils.h
index 781ba7fa3e71d75f624b1d6a201199d1e4da4150..3a44d0449abb67616ebf6994707ddd8cc437791e 100644
--- a/chrome_frame/test/chrome_frame_test_utils.h
+++ b/chrome_frame/test/chrome_frame_test_utils.h
@@ -17,11 +17,11 @@
#include "base/memory/scoped_ptr.h"
#include "base/message_loop.h"
#include "base/process_util.h"
-#include "base/scoped_comptr_win.h"
#include "base/win/registry.h"
+#include "base/win/scoped_comptr.h"
-#include "chrome_frame/test_utils.h"
#include "chrome_frame/test/simulate_input.h"
+#include "chrome_frame/test_utils.h"
#include "chrome_frame/utils.h"
// Include without path to make GYP build see it.
@@ -118,7 +118,7 @@ class HungCOMCallDetector
}
void TearDown() {
- ScopedComPtr<IMessageFilter> prev_filter;
+ base::win::ScopedComPtr<IMessageFilter> prev_filter;
CoRegisterMessageFilter(prev_filter_.get(), prev_filter.Receive());
DestroyWindow();
m_hWnd = NULL;
@@ -182,7 +182,7 @@ class HungCOMCallDetector
// used to detect if outgoing COM calls hung.
bool is_hung_;
- ScopedComPtr<IMessageFilter> prev_filter_;
+ base::win::ScopedComPtr<IMessageFilter> prev_filter_;
};
// MessageLoopForUI wrapper that runs only for a limited time.
« no previous file with comments | « chrome_frame/stream_impl.h ('k') | chrome_frame/test/chrome_frame_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698