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

Unified Diff: chrome/browser/debugger/devtools_file_helper.cc

Issue 10667026: Start consolidating cross-port file selection code into ui/base/dialogs. (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/debugger/devtools_file_helper.cc
diff --git a/chrome/browser/debugger/devtools_file_helper.cc b/chrome/browser/debugger/devtools_file_helper.cc
index 1dd41abfc3331ab8d09aa11c15427080fcef7f78..9f5c6e6361d2031a6089d854dac1fc1cbc359fb6 100644
--- a/chrome/browser/debugger/devtools_file_helper.cc
+++ b/chrome/browser/debugger/devtools_file_helper.cc
@@ -5,6 +5,7 @@
#include "chrome/browser/debugger/devtools_file_helper.h"
#include "base/bind.h"
+#include "base/callback.h"
#include "base/file_util.h"
#include "base/lazy_instance.h"
#include "base/md5.h"
@@ -52,7 +53,7 @@ class DevToolsFileHelper::SaveAsDialog : public SelectFileDialog::Listener,
NULL,
0,
FILE_PATH_LITERAL(""),
- NULL,
+ base::Closure(),
NULL,
NULL);
}

Powered by Google App Engine
This is Rietveld 408576698