Index: content/public/test/mock_download_item.h |
diff --git a/content/public/test/mock_download_item.h b/content/public/test/mock_download_item.h |
index 2b1f8b7cca44bd274d42e160323c2b38ff202158..7d4ec363b980f798dbfd08bee02189619438d4fe 100644 |
--- a/content/public/test/mock_download_item.h |
+++ b/content/public/test/mock_download_item.h |
@@ -102,7 +102,7 @@ class MockDownloadItem : public DownloadItem { |
MOCK_CONST_METHOD1(DebugString, std::string(bool)); |
private: |
- ObserverList<Observer> observers_; |
+ base::ObserverList<Observer> observers_; |
}; |
} // namespace content |