summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/cookie_info_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/cookie_info_view.h')
-rw-r--r--chrome/browser/views/cookie_info_view.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/views/cookie_info_view.h b/chrome/browser/views/cookie_info_view.h
index 8db996e..2099a00 100644
--- a/chrome/browser/views/cookie_info_view.h
+++ b/chrome/browser/views/cookie_info_view.h
@@ -4,11 +4,13 @@
#ifndef CHROME_BROWSER_VIEWS_COOKIE_INFO_VIEW_H_
#define CHROME_BROWSER_VIEWS_COOKIE_INFO_VIEW_H_
+#pragma once
#include <string>
#include <vector>
#include "app/combobox_model.h"
+#include "base/string16.h"
#include "net/base/cookie_monster.h"
#include "views/controls/combobox/combobox.h"
#include "views/view.h"
@@ -72,7 +74,7 @@ class CookieInfoView : public views::View,
// ComboboxModel overrides for expires_value_combobox_.
virtual int GetItemCount();
- virtual std::wstring GetItemAt(int index);
+ virtual string16 GetItemAt(int index);
private:
// Layout helper routines.