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

Unified Diff: chrome/browser/file_select_helper.h

Issue 10855075: Clean-up inline members of nested classes (chrome/) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
« no previous file with comments | « chrome/browser/extensions/user_script_master.cc ('k') | chrome/browser/file_select_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/file_select_helper.h
diff --git a/chrome/browser/file_select_helper.h b/chrome/browser/file_select_helper.h
index 0f0d8e0a862665483d66fbe6e10190dae5ced3fb..f4b0cbbb06beeba01373b0ba61cc9d53ed9509b2 100644
--- a/chrome/browser/file_select_helper.h
+++ b/chrome/browser/file_select_helper.h
@@ -61,12 +61,8 @@ class FileSelectHelper
id_(id) {}
virtual ~DirectoryListerDispatchDelegate() {}
virtual void OnListFile(
- const net::DirectoryLister::DirectoryListerData& data) OVERRIDE {
- parent_->OnListFile(id_, data);
- }
- virtual void OnListDone(int error) OVERRIDE {
- parent_->OnListDone(id_, error);
- }
+ const net::DirectoryLister::DirectoryListerData& data) OVERRIDE;
+ virtual void OnListDone(int error) OVERRIDE;
private:
// This FileSelectHelper owns this object.
FileSelectHelper* parent_;
« no previous file with comments | « chrome/browser/extensions/user_script_master.cc ('k') | chrome/browser/file_select_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698