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

Unified Diff: chrome/browser/ui/views/select_file_dialog_extension_unittest.cc

Issue 10698053: Breaks compile on Linux Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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/ui/views/select_file_dialog_extension_unittest.cc
===================================================================
--- chrome/browser/ui/views/select_file_dialog_extension_unittest.cc (revision 144942)
+++ chrome/browser/ui/views/select_file_dialog_extension_unittest.cc (working copy)
@@ -13,8 +13,7 @@
static SelectFileDialogExtension* CreateDialog(
SelectFileDialog::Listener* listener,
int32 tab_id) {
- SelectFileDialogExtension* dialog = new SelectFileDialogExtension(listener,
- NULL);
+ SelectFileDialogExtension* dialog = new SelectFileDialogExtension(listener);
// Simulate the dialog opening.
EXPECT_FALSE(SelectFileDialogExtension::PendingExists(tab_id));
dialog->AddPending(tab_id);
« no previous file with comments | « chrome/browser/ui/views/select_file_dialog_extension_browsertest.cc ('k') | chrome/browser/ui/views/select_file_dialog_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698