Index: chrome/browser/ui/views/create_application_shortcut_view.cc |
=================================================================== |
--- chrome/browser/ui/views/create_application_shortcut_view.cc (revision 76500) |
+++ chrome/browser/ui/views/create_application_shortcut_view.cc (working copy) |
@@ -9,12 +9,12 @@ |
#include "base/win/windows_version.h" |
#include "chrome/browser/prefs/pref_service.h" |
#include "chrome/browser/profiles/profile.h" |
-#include "chrome/browser/tab_contents/tab_contents.h" |
-#include "chrome/browser/tab_contents/tab_contents_delegate.h" |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/extensions/extension.h" |
#include "chrome/common/extensions/extension_resource.h" |
#include "chrome/common/pref_names.h" |
+#include "content/browser/tab_contents/tab_contents.h" |
+#include "content/browser/tab_contents/tab_contents_delegate.h" |
#include "grit/generated_resources.h" |
#include "grit/locale_settings.h" |
#include "net/base/load_flags.h" |