diff options
Diffstat (limited to 'chrome/browser/extensions/window_controller.cc')
-rw-r--r-- | chrome/browser/extensions/window_controller.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/window_controller.cc b/chrome/browser/extensions/window_controller.cc index 9709c3f..cab2495 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()); |