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

Unified Diff: webkit/plugins/npapi/test/plugin_thread_async_call_test.h

Issue 6334050: Re-enable the test that I disabled last night. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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
Index: webkit/plugins/npapi/test/plugin_thread_async_call_test.h
===================================================================
--- webkit/plugins/npapi/test/plugin_thread_async_call_test.h (revision 73412)
+++ webkit/plugins/npapi/test/plugin_thread_async_call_test.h (working copy)
@@ -5,11 +5,10 @@
#ifndef WEBKIT_PLUGINS_NPAPI_TEST_PLUGIN_THREAD_ASYNC_CALL_TEST_H_
#define WEBKIT_PLUGINS_NPAPI_TEST_PLUGIN_THREAD_ASYNC_CALL_TEST_H_
-#include "base/scoped_ptr.h"
#include "webkit/plugins/npapi/test/plugin_test.h"
namespace base {
-class AtExitManager;
+class ShadowingAtExitManager;
}
namespace NPAPIClient {
@@ -19,6 +18,7 @@
class PluginThreadAsyncCallTest : public PluginTest {
public:
PluginThreadAsyncCallTest(NPP id, NPNetscapeFuncs *host_functions);
+ ~PluginThreadAsyncCallTest();
virtual NPError New(uint16 mode, int16 argc, const char* argn[],
const char* argv[], NPSavedData* saved);
@@ -31,7 +31,9 @@
private:
// base::Thread needs one of these.
- scoped_ptr<base::AtExitManager> at_exit_manager_;
+ base::ShadowingAtExitManager* at_exit_manager_;
+
+ DISALLOW_COPY_AND_ASSIGN(PluginThreadAsyncCallTest);
};
} // namespace NPAPIClient
« no previous file with comments | « webkit/plugins/npapi/test/plugin_schedule_timer_test.h ('k') | webkit/plugins/npapi/test/plugin_thread_async_call_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698