| Index: chrome/test/automation/tab_proxy.h
|
| diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h
|
| index f8aaf6faea0b51e0bdafd4fd52b1e5188e6d48f5..aabc2a65d04440446b4403cfca3f00810eeed376 100644
|
| --- a/chrome/test/automation/tab_proxy.h
|
| +++ b/chrome/test/automation/tab_proxy.h
|
| @@ -432,7 +432,7 @@ class TabProxy : public AutomationResourceProxy,
|
| void LastObjectRemoved();
|
|
|
| private:
|
| - Lock list_lock_; // Protects the observers_list_.
|
| + base::Lock list_lock_; // Protects the observers_list_.
|
| ObserverList<TabProxyDelegate> observers_list_;
|
| DISALLOW_COPY_AND_ASSIGN(TabProxy);
|
| };
|
|
|