| Index: content/test/test_browser_thread.h
|
| ===================================================================
|
| --- content/test/test_browser_thread.h (revision 111697)
|
| +++ content/test/test_browser_thread.h (working copy)
|
| @@ -18,7 +18,7 @@
|
|
|
| namespace content {
|
|
|
| -class TestBrowserThreadImpl;
|
| +class BrowserThreadImpl;
|
|
|
| // A BrowserThread for unit tests; this lets unit tests in chrome/
|
| // create BrowserThread instances.
|
| @@ -49,12 +49,8 @@
|
| // in new tests.
|
| base::Thread* DeprecatedGetThreadObject();
|
|
|
| - // Sets the message loop to use for the thread. This should not be
|
| - // used in new tests.
|
| - void DeprecatedSetMessageLoop(MessageLoop* loop);
|
| -
|
| private:
|
| - scoped_ptr<TestBrowserThreadImpl> impl_;
|
| + scoped_ptr<BrowserThreadImpl> impl_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TestBrowserThread);
|
| };
|
|
|