| Index: chrome/browser/extensions/window_controller.cc
|
| diff --git a/chrome/browser/extensions/window_controller.cc b/chrome/browser/extensions/window_controller.cc
|
| index 9709c3fb08a3bed07ae07dee66950c8a772b1ff3..cab24958f796c8bb3ec74c140ef1bbe14a310228 100644
|
| --- a/chrome/browser/extensions/window_controller.cc
|
| +++ b/chrome/browser/extensions/window_controller.cc
|
| @@ -30,7 +30,7 @@ Browser* WindowController::GetBrowser() const {
|
| namespace keys = tabs_constants;
|
|
|
| base::DictionaryValue* WindowController::CreateWindowValue() const {
|
| - DictionaryValue* result = new DictionaryValue();
|
| + base::DictionaryValue* result = new base::DictionaryValue();
|
|
|
| result->SetInteger(keys::kIdKey, GetWindowId());
|
| result->SetString(keys::kWindowTypeKey, GetWindowTypeText());
|
|
|