| Index: chrome/browser/ui/views/extensions/browser_action_drag_data.cc
|
| diff --git a/chrome/browser/ui/views/extensions/browser_action_drag_data.cc b/chrome/browser/ui/views/extensions/browser_action_drag_data.cc
|
| index b4ae1fe006a2fb31fe75a3afc3a1ae7f83732b75..ce98094b727fd350efc21491a0a13ba0e9cef5d6 100644
|
| --- a/chrome/browser/ui/views/extensions/browser_action_drag_data.cc
|
| +++ b/chrome/browser/ui/views/extensions/browser_action_drag_data.cc
|
| @@ -82,7 +82,7 @@ BrowserActionDragData::GetBrowserActionCustomFormat() {
|
| #endif
|
|
|
| void BrowserActionDragData::WriteToPickle(
|
| - Profile* profile, Pickle* pickle) const {
|
| + Profile* profile, base::Pickle* pickle) const {
|
| pickle->WriteBytes(&profile, sizeof(profile));
|
| pickle->WriteString(id_);
|
| pickle->WriteUInt64(index_);
|
|
|