| Index: chrome/browser/ui/cocoa/bug_report_window_controller.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/bug_report_window_controller.mm (revision 76500)
|
| +++ chrome/browser/ui/cocoa/bug_report_window_controller.mm (working copy)
|
| @@ -7,9 +7,9 @@
|
| #include "base/mac/mac_util.h"
|
| #include "base/sys_string_conversions.h"
|
| #include "chrome/browser/bug_report_util.h"
|
| -#include "chrome/browser/tab_contents/tab_contents.h"
|
| -#include "chrome/browser/tab_contents/tab_contents_view.h"
|
| #include "chrome/browser/ui/window_snapshot/window_snapshot.h"
|
| +#include "content/browser/tab_contents/tab_contents.h"
|
| +#include "content/browser/tab_contents/tab_contents_view.h"
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
| #include "third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h"
|
|
|