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

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

Issue 8655001: views: Move table and tree directories to ui/views/controls/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: exclude native_widget_win_unittest too 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/bookmarks/bookmark_editor_view.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_ABOUT_IPC_DIALOG_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_ABOUT_IPC_DIALOG_H_
6 #define CHROME_BROWSER_UI_VIEWS_ABOUT_IPC_DIALOG_H_ 6 #define CHROME_BROWSER_UI_VIEWS_ABOUT_IPC_DIALOG_H_
7 #pragma once 7 #pragma once
8 8
9 #if defined(OS_WIN) && defined(IPC_MESSAGE_LOG_ENABLED) 9 #if defined(OS_WIN) && defined(IPC_MESSAGE_LOG_ENABLED)
10 10
11 #include <atlbase.h> 11 #include <atlbase.h>
12 #include <atlapp.h> 12 #include <atlapp.h>
13 #include <atlctrls.h> 13 #include <atlctrls.h>
14 #include <atlwin.h> 14 #include <atlwin.h>
15 15
16 #include "base/memory/singleton.h" 16 #include "base/memory/singleton.h"
17 #include "ipc/ipc_logging.h" 17 #include "ipc/ipc_logging.h"
18 #include "ui/views/controls/table/table_view.h"
18 #include "ui/views/window/dialog_delegate.h" 19 #include "ui/views/window/dialog_delegate.h"
19 #include "views/controls/button/button.h" 20 #include "views/controls/button/button.h"
20 #include "views/controls/table/table_view.h"
21 21
22 namespace views { 22 namespace views {
23 class NativeViewHost; 23 class NativeViewHost;
24 class TextButton; 24 class TextButton;
25 } // namespace views 25 } // namespace views
26 26
27 class AboutIPCDialog : public views::DialogDelegateView, 27 class AboutIPCDialog : public views::DialogDelegateView,
28 public views::ButtonListener, 28 public views::ButtonListener,
29 public IPC::Logging::Consumer { 29 public IPC::Logging::Consumer {
30 public: 30 public:
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 68
69 // Set to true when we're tracking network status. 69 // Set to true when we're tracking network status.
70 bool tracking_; 70 bool tracking_;
71 71
72 DISALLOW_COPY_AND_ASSIGN(AboutIPCDialog); 72 DISALLOW_COPY_AND_ASSIGN(AboutIPCDialog);
73 }; 73 };
74 74
75 #endif // OS_WIN && IPC_MESSAGE_LOG_ENABLED 75 #endif // OS_WIN && IPC_MESSAGE_LOG_ENABLED
76 76
77 #endif // CHROME_BROWSER_UI_VIEWS_ABOUT_IPC_DIALOG_H_ 77 #endif // CHROME_BROWSER_UI_VIEWS_ABOUT_IPC_DIALOG_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/bookmarks/bookmark_editor_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698