| Index: chrome/browser/chromeos/external_protocol_dialog.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/external_protocol_dialog.cc (revision 76500)
|
| +++ chrome/browser/chromeos/external_protocol_dialog.cc (working copy)
|
| @@ -8,10 +8,10 @@
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/external_protocol_handler.h"
|
| -#include "chrome/browser/tab_contents/tab_contents.h"
|
| -#include "chrome/browser/tab_contents/tab_contents_view.h"
|
| #include "chrome/browser/tab_contents/tab_util.h"
|
| #include "chrome/browser/ui/views/window.h"
|
| +#include "content/browser/tab_contents/tab_contents.h"
|
| +#include "content/browser/tab_contents/tab_contents_view.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
|
|