Index: chrome/browser/views/uninstall_view.h |
diff --git a/chrome/browser/views/uninstall_view.h b/chrome/browser/views/uninstall_view.h |
index 0a9147be9664a8abec450a638639508d3af754ba..30a626844c36e80505317f65c0f8219d5fd1baf2 100644 |
--- a/chrome/browser/views/uninstall_view.h |
+++ b/chrome/browser/views/uninstall_view.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -7,6 +7,7 @@ |
#pragma once |
#include "app/combobox_model.h" |
+#include "base/string16.h" |
#include "views/controls/combobox/combobox.h" |
#include "views/window/dialog_delegate.h" |
@@ -41,7 +42,7 @@ class UninstallView : public views::View, |
// Overridden from views::Combobox::Model. |
virtual int GetItemCount(); |
- virtual std::wstring GetItemAt(int index); |
+ virtual string16 GetItemAt(int index); |
private: |
// Initializes the controls on the dialog. |