| Index: chrome/browser/extensions/activity_log/activity_log_unittest.cc
|
| diff --git a/chrome/browser/extensions/activity_log/activity_log_unittest.cc b/chrome/browser/extensions/activity_log/activity_log_unittest.cc
|
| index fedd5feee9c8430982bf89a712d1919ffdf9ca89..1c0df01c87b6c3895129d02d0fdfb43c1a4fda76 100644
|
| --- a/chrome/browser/extensions/activity_log/activity_log_unittest.cc
|
| +++ b/chrome/browser/extensions/activity_log/activity_log_unittest.cc
|
| @@ -111,7 +111,7 @@ class ActivityLogTest : public ChromeRenderViewHostTestHarness {
|
|
|
| static void RetrieveActions_ArgUrlExtraction(
|
| scoped_ptr<std::vector<scoped_refptr<Action> > > i) {
|
| - const DictionaryValue* other = NULL;
|
| + const base::DictionaryValue* other = NULL;
|
| int dom_verb = -1;
|
|
|
| ASSERT_EQ(4U, i->size());
|
|
|