| 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..73412c78e9f62685820824735ebb3c4adcbee420 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_;
|
|
|
| + const BrowserThread::ID identifier_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(TestBrowserThread);
|
| };
|
|
|
|
|