| Index: chrome/browser/ui/views/cookie_info_view.h
|
| diff --git a/chrome/browser/ui/views/cookie_info_view.h b/chrome/browser/ui/views/cookie_info_view.h
|
| index 0fd90a9d8a9ea9e5545c180038de69650b015a24..119509093a701d793db7f88e43336aa02ee51203 100644
|
| --- a/chrome/browser/ui/views/cookie_info_view.h
|
| +++ b/chrome/browser/ui/views/cookie_info_view.h
|
| @@ -53,8 +53,10 @@ class CookieInfoView : public views::View {
|
|
|
| private:
|
| // Layout helper routines.
|
| - void AddLabelRow(int layout_id, views::GridLayout* layout,
|
| - views::Label* label, views::Textfield* value);
|
| + void AddLabelRow(int layout_id,
|
| + views::GridLayout* layout,
|
| + views::Label* label,
|
| + views::Textfield* textfield);
|
|
|
| // Sets up the view layout.
|
| void Init();
|
|
|