Chromium Code Reviews

Unified Diff: chrome/browser/views/options/passwords_exceptions_window_view.h

Issue 155668: Refactoring of tabbed-pane component so it can be ported to Linux toolkit_view (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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
« no previous file with comments | « chrome/browser/views/options/options_window_view.cc ('k') | chrome/browser/views/options/passwords_exceptions_window_view.cc » ('j') | no next file with comments »

Powered by Google App Engine