| Index: chrome/test/base/browser_with_test_window_test.h
|
| ===================================================================
|
| --- chrome/test/base/browser_with_test_window_test.h (revision 122340)
|
| +++ chrome/test/base/browser_with_test_window_test.h (working copy)
|
| @@ -79,9 +79,7 @@
|
| }
|
|
|
| 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_; }
|
|
|
|
|