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

Unified Diff: net/disk_cache/disk_cache_test_util.h

Issue 6314010: Even more reordering the methods in headers and implementation in net/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | « net/base/upload_data_stream.cc ('k') | net/http/http_auth.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/disk_cache/disk_cache_test_util.h
diff --git a/net/disk_cache/disk_cache_test_util.h b/net/disk_cache/disk_cache_test_util.h
index a0dbf21c5f9bd960bcdb2b9185da3aaa46c390fe..f95744795dd0cca2943c9e208e26ae698ad81aa0 100644
--- a/net/disk_cache/disk_cache_test_util.h
+++ b/net/disk_cache/disk_cache_test_util.h
@@ -61,8 +61,8 @@ class CallbackTest : public CallbackRunner< Tuple1<int> > {
explicit CallbackTest(bool reuse);
virtual ~CallbackTest();
- virtual void RunWithParams(const Tuple1<int>& params);
int result() const { return result_; }
+ virtual void RunWithParams(const Tuple1<int>& params);
private:
int result_;
« no previous file with comments | « net/base/upload_data_stream.cc ('k') | net/http/http_auth.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698