Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Side by Side Diff: chrome/browser/ui/views/collected_cookies_win.h

Issue 8497067: views: Remove the old views/window/ directory and its stubbed files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_VIEWS_COLLECTED_COOKIES_WIN_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_COLLECTED_COOKIES_WIN_H_
6 #define CHROME_BROWSER_UI_VIEWS_COLLECTED_COOKIES_WIN_H_ 6 #define CHROME_BROWSER_UI_VIEWS_COLLECTED_COOKIES_WIN_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "chrome/common/content_settings.h" 10 #include "chrome/common/content_settings.h"
11 #include "content/public/browser/notification_observer.h" 11 #include "content/public/browser/notification_observer.h"
12 #include "content/public/browser/notification_registrar.h" 12 #include "content/public/browser/notification_registrar.h"
13 #include "ui/views/window/dialog_delegate.h"
13 #include "views/controls/tabbed_pane/tabbed_pane_listener.h" 14 #include "views/controls/tabbed_pane/tabbed_pane_listener.h"
14 #include "views/controls/tree/tree_view.h" 15 #include "views/controls/tree/tree_view.h"
15 #include "views/window/dialog_delegate.h"
16 16
17 class ConstrainedWindow; 17 class ConstrainedWindow;
18 class CookieInfoView; 18 class CookieInfoView;
19 class CookiesTreeModel; 19 class CookiesTreeModel;
20 class InfobarView; 20 class InfobarView;
21 class TabContents; 21 class TabContents;
22 class TabContentsWrapper; 22 class TabContentsWrapper;
23 23
24 namespace views { 24 namespace views {
25 class Label; 25 class Label;
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 CookieInfoView* cookie_info_view_; 107 CookieInfoView* cookie_info_view_;
108 108
109 InfobarView* infobar_; 109 InfobarView* infobar_;
110 110
111 bool status_changed_; 111 bool status_changed_;
112 112
113 DISALLOW_COPY_AND_ASSIGN(CollectedCookiesWin); 113 DISALLOW_COPY_AND_ASSIGN(CollectedCookiesWin);
114 }; 114 };
115 115
116 #endif // CHROME_BROWSER_UI_VIEWS_COLLECTED_COOKIES_WIN_H_ 116 #endif // CHROME_BROWSER_UI_VIEWS_COLLECTED_COOKIES_WIN_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/bubble/bubble.cc ('k') | chrome/browser/ui/views/constrained_window_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698