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

Unified Diff: chrome/browser/input_window_dialog_win.cc

Issue 115309: Remove even more ATL dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/input_window_dialog_win.cc
===================================================================
--- chrome/browser/input_window_dialog_win.cc (revision 16052)
+++ chrome/browser/input_window_dialog_win.cc (working copy)
@@ -5,6 +5,7 @@
#include "chrome/browser/input_window_dialog.h"
#include "app/l10n_util.h"
+#include "base/compiler_specific.h"
#include "base/message_loop.h"
#include "base/task.h"
#include "views/grid_layout.h"
@@ -60,7 +61,7 @@
public:
explicit ContentView(WinInputWindowDialog* delegate)
: delegate_(delegate),
- focus_grabber_factory_(this) {
+ ALLOW_THIS_IN_INITIALIZER_LIST(focus_grabber_factory_(this)) {
DCHECK(delegate_);
}
« no previous file with comments | « chrome/browser/history/history_publisher_win.cc ('k') | chrome/browser/tab_contents/tab_contents_view_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698