| Index: chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc
|
| diff --git a/chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc b/chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc
|
| index 7074092edfc22052acf94ff208ff6235a9f39cff..d8fe2c4d651a06818e7d5191faa73bde4f7a9ee0 100644
|
| --- a/chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc
|
| +++ b/chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc
|
| @@ -82,9 +82,7 @@ class NativeMessagingTest : public ::testing::Test,
|
| protected:
|
| NativeMessagingTest()
|
| : current_channel_(chrome::VersionInfo::CHANNEL_DEV),
|
| - native_message_process_host_(NULL),
|
| - thread_bundle_(content::TestBrowserThreadBundle::IO_MAINLOOP) {
|
| - }
|
| + thread_bundle_(content::TestBrowserThreadBundle::IO_MAINLOOP) {}
|
|
|
| virtual void SetUp() OVERRIDE {
|
| ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
|
|
|