diff options
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. |