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

Side by Side Diff: chrome/browser/ui/views/extensions/extension_dialog.h

Issue 10831345: views: Pass sort-headers.py in all files under this directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 3 months 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_EXTENSIONS_EXTENSION_DIALOG_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_EXTENSIONS_EXTENSION_DIALOG_H_
6 #define CHROME_BROWSER_UI_VIEWS_EXTENSIONS_EXTENSION_DIALOG_H_ 6 #define CHROME_BROWSER_UI_VIEWS_EXTENSIONS_EXTENSION_DIALOG_H_
7 7
8 #include "base/logging.h"
8 #include "base/memory/ref_counted.h" 9 #include "base/memory/ref_counted.h"
9 #include "base/logging.h"
10 #include "content/public/browser/notification_observer.h" 10 #include "content/public/browser/notification_observer.h"
11 #include "content/public/browser/notification_registrar.h" 11 #include "content/public/browser/notification_registrar.h"
12 #include "ui/views/widget/widget_delegate.h" 12 #include "ui/views/widget/widget_delegate.h"
13 13
14 class BaseWindow; 14 class BaseWindow;
15 class ExtensionDialogObserver; 15 class ExtensionDialogObserver;
16 class GURL; 16 class GURL;
17 class Profile; 17 class Profile;
18 18
19 namespace content { 19 namespace content {
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 133
134 content::NotificationRegistrar registrar_; 134 content::NotificationRegistrar registrar_;
135 135
136 // The observer of this popup. 136 // The observer of this popup.
137 ExtensionDialogObserver* observer_; 137 ExtensionDialogObserver* observer_;
138 138
139 DISALLOW_COPY_AND_ASSIGN(ExtensionDialog); 139 DISALLOW_COPY_AND_ASSIGN(ExtensionDialog);
140 }; 140 };
141 141
142 #endif // CHROME_BROWSER_UI_VIEWS_EXTENSIONS_EXTENSION_DIALOG_H_ 142 #endif // CHROME_BROWSER_UI_VIEWS_EXTENSIONS_EXTENSION_DIALOG_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/constrained_window_views.cc ('k') | chrome/browser/ui/views/location_bar/location_bar_container.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698