diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-23 22:19:32 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-23 22:19:32 +0000 |
commit | c6bbd46c7a5b0d8b74a180e06cd45f6dd8ac18a4 (patch) | |
tree | 13ea96d790fdc45b170d6f16bbb25f0498a11f0a /chrome/browser/user_data_manager.h | |
parent | 769a530e1017bbfad56115ff80cc1a0c6b8c6979 (diff) | |
download | chromium_src-c6bbd46c7a5b0d8b74a180e06cd45f6dd8ac18a4.zip chromium_src-c6bbd46c7a5b0d8b74a180e06cd45f6dd8ac18a4.tar.gz chromium_src-c6bbd46c7a5b0d8b74a180e06cd45f6dd8ac18a4.tar.bz2 |
I'm relanding the UserDataManager leak fix. I didn't realize we had
stubs for mac which needed to be updated too. This time I'll wait for
the bots to finish compiling before committing.
BUG=none
TEST=none
TBR=munjal
Review URL: http://codereview.chromium.org/18566
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8587 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/user_data_manager.h')
-rw-r--r-- | chrome/browser/user_data_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/user_data_manager.h b/chrome/browser/user_data_manager.h index f5e4522..f688448 100644 --- a/chrome/browser/user_data_manager.h +++ b/chrome/browser/user_data_manager.h @@ -27,7 +27,7 @@ class UserDataManager { public: // Creates the shared instance of this class. This method is not thread-safe, // so the shared instance should be created on the main thread. - static void Create(); + static UserDataManager* Create(); // Returns the shared instance. CreateInstance must be called before callling // this method. |