| Index: chrome/test/base/testing_browser_process.h
|
| diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h
|
| index 57eeda8c513d44fe66decd10a2bb5387df60e512..56598754218f5ecd1d1948631e09e665e5b9b2da 100644
|
| --- a/chrome/test/base/testing_browser_process.h
|
| +++ b/chrome/test/base/testing_browser_process.h
|
| @@ -148,20 +148,4 @@ class TestingBrowserProcess : public BrowserProcess {
|
| DISALLOW_COPY_AND_ASSIGN(TestingBrowserProcess);
|
| };
|
|
|
| -// Scoper to put a TestingBrowserProcess in |g_browser_process|.
|
| -class ScopedTestingBrowserProcess {
|
| - public:
|
| - ScopedTestingBrowserProcess();
|
| - ~ScopedTestingBrowserProcess();
|
| -
|
| - TestingBrowserProcess* get() {
|
| - return &browser_process_;
|
| - }
|
| -
|
| - private:
|
| - TestingBrowserProcess browser_process_;
|
| -
|
| - DISALLOW_COPY_AND_ASSIGN(ScopedTestingBrowserProcess);
|
| -};
|
| -
|
| #endif // CHROME_TEST_BASE_TESTING_BROWSER_PROCESS_H_
|
|
|