| Index: chrome/test/ui_test_utils.cc
|
| diff --git a/chrome/test/ui_test_utils.cc b/chrome/test/ui_test_utils.cc
|
| index c66f12c1c1d6e182e259414c6f2709b23bf8bcba..eac3dc2f614e6c9a93661e30781a0ed5eae38bcd 100644
|
| --- a/chrome/test/ui_test_utils.cc
|
| +++ b/chrome/test/ui_test_utils.cc
|
| @@ -31,7 +31,6 @@
|
| #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/extensions/extension_action.h"
|
| -#include "chrome/common/notification_type.h"
|
| #include "chrome/test/automation/javascript_execution_controller.h"
|
| #include "chrome/test/bookmark_load_observer.h"
|
| #include "content/browser/renderer_host/render_process_host.h"
|
| @@ -39,6 +38,7 @@
|
| #include "content/browser/tab_contents/navigation_controller.h"
|
| #include "content/browser/tab_contents/navigation_entry.h"
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| +#include "content/common/notification_type.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "net/base/net_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|