Index: chrome/test/plugin/plugin_test.cpp |
=================================================================== |
--- chrome/test/plugin/plugin_test.cpp (revision 17078) |
+++ chrome/test/plugin/plugin_test.cpp (working copy) |
@@ -116,7 +116,7 @@ |
const int kMaxIntervals = wait_time / kSleepTime; |
GURL url = GetTestUrl(L"done"); |
- scoped_ptr<TabProxy> tab(GetActiveTab()); |
+ scoped_refptr<TabProxy> tab(GetActiveTab()); |
std::string done_str; |
for (int i = 0; i < kMaxIntervals; ++i) { |