| Index: chrome/browser/ui/webui/options/chromeos/change_picture_options_handler.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/options/chromeos/change_picture_options_handler.cc (revision 116011)
|
| +++ chrome/browser/ui/webui/options/chromeos/change_picture_options_handler.cc (working copy)
|
| @@ -23,8 +23,8 @@
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/url_constants.h"
|
| -#include "content/browser/tab_contents/tab_contents.h"
|
| #include "content/public/browser/notification_service.h"
|
| +#include "content/public/browser/web_contents.h"
|
| #include "content/public/common/url_constants.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/theme_resources.h"
|
| @@ -144,7 +144,7 @@
|
| &file_type_info,
|
| 0,
|
| FILE_PATH_LITERAL(""),
|
| - web_ui()->tab_contents(),
|
| + web_ui()->web_contents(),
|
| GetBrowserWindow(),
|
| NULL);
|
| }
|
|
|