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

Unified Diff: chrome/browser/profiles/profile_io_data.h

Issue 6250198: More out-of-lining of test code, along with a bunch of GMOCK objects. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Really fix the gyp files this time Created 9 years, 10 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/profiles/profile_io_data.h
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
index 74c86dfd9517533b1450dbd10dfd7ec2f4489741..2d7f8888d7fdbde9e29c740dc67a4c52c4e57042 100644
--- a/chrome/browser/profiles/profile_io_data.h
+++ b/chrome/browser/profiles/profile_io_data.h
@@ -71,6 +71,9 @@ class ProfileIOData : public base::RefCountedThreadSafe<ProfileIOData> {
// TODO(willchan): Move this to the private section when
// ChromeURLRequestContextFactory subclasses don't need it anymore.
struct LazyParams {
+ LazyParams();
+ ~LazyParams();
+
// All of these parameters are intended to be read on the IO thread.
FilePath cookie_path;
FilePath cache_path;

Powered by Google App Engine
This is Rietveld 408576698