// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_LAYOUT_DELEGATE_H_ #define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_LAYOUT_DELEGATE_H_ #include "chrome/browser/ui/browser.h" #include "ui/gfx/native_widget_types.h" class ExclusiveAccessBubbleViews; namespace gfx { class Rect; } // Delegate class to allow BrowserViewLayout to be decoupled from BrowserView // for testing. class BrowserViewLayoutDelegate { … }; #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_LAYOUT_DELEGATE_H_