diff options
Diffstat (limited to 'chrome/browser/simple_xp_frame.cc')
-rw-r--r-- | chrome/browser/simple_xp_frame.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/simple_xp_frame.cc b/chrome/browser/simple_xp_frame.cc index 4546fc2..19d7f7b 100644 --- a/chrome/browser/simple_xp_frame.cc +++ b/chrome/browser/simple_xp_frame.cc @@ -10,8 +10,8 @@ #include "chrome/browser/profile.h" #include "chrome/browser/tab_contents.h" #include "chrome/browser/tab_contents_container_view.h" -#include "chrome/browser/tabs/tab.h" #include "chrome/browser/views/location_bar_view.h" +#include "chrome/browser/views/tabs/tab.h" #include "chrome/browser/web_app.h" #include "chrome/browser/web_app_icon_manager.h" #include "chrome/browser/web_contents.h" |