diff options
Diffstat (limited to 'chrome/browser/frame_util.h')
-rw-r--r-- | chrome/browser/frame_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/frame_util.h b/chrome/browser/frame_util.h index 12358b5..1c38ca0 100644 --- a/chrome/browser/frame_util.h +++ b/chrome/browser/frame_util.h @@ -9,7 +9,7 @@ class Browser; class BrowserWindow; -namespace ChromeViews { +namespace views { class AcceleratorTarget; } namespace gfx { @@ -33,7 +33,7 @@ class FrameUtil { static bool LoadAccelerators( BrowserWindow* frame, HACCEL accelerator_table, - ChromeViews::AcceleratorTarget* accelerator_target); + views::AcceleratorTarget* accelerator_target); // Activate any app modal dialog that might be present. Returns true if one // was present. |