diff options
author | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-13 01:30:05 +0000 |
---|---|---|
committer | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-13 01:30:05 +0000 |
commit | 012d2fb0a5e0ae21a9970ff553e92101a2268ae0 (patch) | |
tree | cfc9dc311cc0509393dcddaa152a2bce7ccd1c39 /chrome/browser/frame_util.cc | |
parent | 1ee1d8c401cf3018e993252a0df59d7e513ad23e (diff) | |
download | chromium_src-012d2fb0a5e0ae21a9970ff553e92101a2268ae0.zip chromium_src-012d2fb0a5e0ae21a9970ff553e92101a2268ae0.tar.gz chromium_src-012d2fb0a5e0ae21a9970ff553e92101a2268ae0.tar.bz2 |
Move XPFrame, VistaFrame to views/old_frames
Also remove WindowClippingInfo, since it's not used by anyone.
And fix a couple of header include issues.
B=2205
Review URL: http://codereview.chromium.org/2820
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2158 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/frame_util.cc')
-rw-r--r-- | chrome/browser/frame_util.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/frame_util.cc b/chrome/browser/frame_util.cc index 7e8c94b..63f27f0 100644 --- a/chrome/browser/frame_util.cc +++ b/chrome/browser/frame_util.cc @@ -15,11 +15,11 @@ #include "chrome/browser/profile.h" #include "chrome/browser/profile_manager.h" #include "chrome/browser/render_view_host.h" -#include "chrome/browser/simple_vista_frame.h" -#include "chrome/browser/simple_xp_frame.h" -#include "chrome/browser/vista_frame.h" +#include "chrome/browser/views/old_frames/simple_vista_frame.h" +#include "chrome/browser/views/old_frames/simple_xp_frame.h" +#include "chrome/browser/views/old_frames/vista_frame.h" +#include "chrome/browser/views/old_frames/xp_frame.h" #include "chrome/browser/web_contents.h" -#include "chrome/browser/xp_frame.h" #include "chrome/common/notification_source.h" #include "chrome/common/win_util.h" #include "chrome/views/focus_manager.h" |