| Index: chrome/browser/ui/cocoa/html_dialog_window_controller_unittest.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/html_dialog_window_controller_unittest.mm (revision 116051)
|
| +++ chrome/browser/ui/cocoa/html_dialog_window_controller_unittest.mm (working copy)
|
| @@ -18,12 +18,14 @@
|
| #include "chrome/test/base/browser_with_test_window_test.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "content/browser/webui/web_ui.h"
|
| +#include "content/public/browser/web_ui_message_handler.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/gfx/size.h"
|
|
|
| using content::WebContents;
|
| +using content::WebUIMessageHandler;
|
|
|
| namespace {
|
|
|
|
|