| Index: chrome/browser/renderer_context_menu/render_view_context_menu_browsertest_util.cc
|
| diff --git a/chrome/browser/tab_contents/render_view_context_menu_browsertest_util.cc b/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest_util.cc
|
| similarity index 90%
|
| rename from chrome/browser/tab_contents/render_view_context_menu_browsertest_util.cc
|
| rename to chrome/browser/renderer_context_menu/render_view_context_menu_browsertest_util.cc
|
| index 1026bd48ac1d5f0d4efcb30e11d5129442783541..48ba06806bc106a26b3afe577463f755e53e1e19 100644
|
| --- a/chrome/browser/tab_contents/render_view_context_menu_browsertest_util.cc
|
| +++ b/chrome/browser/renderer_context_menu/render_view_context_menu_browsertest_util.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/tab_contents/render_view_context_menu_browsertest_util.h"
|
| +#include "chrome/browser/renderer_context_menu/render_view_context_menu_browsertest_util.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "chrome/browser/chrome_notification_types.h"
|
| -#include "chrome/browser/tab_contents/render_view_context_menu.h"
|
| +#include "chrome/browser/renderer_context_menu/render_view_context_menu.h"
|
| #include "content/public/browser/notification_service.h"
|
|
|
| ContextMenuNotificationObserver::ContextMenuNotificationObserver(
|
|
|