| Index: chrome/test/base/browser_with_test_window_test.h
|
| diff --git a/chrome/test/base/browser_with_test_window_test.h b/chrome/test/base/browser_with_test_window_test.h
|
| index 7994cf534078ea9bb9209488d42d4c96c0bcbc76..ffcc3e7f4598000761b954a4b1a8f4160e75b1b1 100644
|
| --- a/chrome/test/base/browser_with_test_window_test.h
|
| +++ b/chrome/test/base/browser_with_test_window_test.h
|
| @@ -77,9 +77,7 @@ class BrowserWithTestWindowTest : public testing::Test {
|
| }
|
|
|
| TestingProfile* profile() const { return profile_.get(); }
|
| - void set_profile(TestingProfile* profile) {
|
| - profile_.reset(profile);
|
| - }
|
| + void set_profile(TestingProfile* profile);
|
|
|
| MessageLoop* message_loop() { return &ui_loop_; }
|
|
|
|
|