| Index: content/public/test/test_browser_thread.h
|
| diff --git a/content/public/test/test_browser_thread.h b/content/public/test/test_browser_thread.h
|
| index 5c019121c28f12cf8e6ca47db88fb82999af6008..f8da3d3a880e2ed115737408f42b6e08b7f78114 100644
|
| --- a/content/public/test/test_browser_thread.h
|
| +++ b/content/public/test/test_browser_thread.h
|
| @@ -52,6 +52,8 @@ class TestBrowserThread {
|
| private:
|
| std::unique_ptr<TestBrowserThreadImpl> impl_;
|
|
|
| + BrowserThread::ID identifier_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(TestBrowserThread);
|
| };
|
|
|
|
|