| Index: chrome/browser/views/options/passwords_exceptions_window_view.h
|
| ===================================================================
|
| --- chrome/browser/views/options/passwords_exceptions_window_view.h (revision 20802)
|
| +++ chrome/browser/views/options/passwords_exceptions_window_view.h (working copy)
|
| @@ -5,15 +5,17 @@
|
| #ifndef CHROME_BROWSER_VIEWS_OPTIONS_PASSWORDS_EXCEPTIONS_WINDOW_VIEW_H_
|
| #define CHROME_BROWSER_VIEWS_OPTIONS_PASSWORDS_EXCEPTIONS_WINDOW_VIEW_H_
|
|
|
| -#include "views/controls/tabbed_pane.h"
|
| #include "views/view.h"
|
| #include "views/window/dialog_delegate.h"
|
| -#include "views/window/window.h"
|
|
|
| class Profile;
|
| class PasswordsPageView;
|
| class ExceptionsPageView;
|
|
|
| +namespace views {
|
| +class TabbedPane;
|
| +}
|
| +
|
| ///////////////////////////////////////////////////////////////////////////////
|
| // PasswordsExceptionsWindowView
|
| //
|
|
|
| Property changes on: chrome\browser\views\options\passwords_exceptions_window_view.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|