Index: chrome/test/base/testing_profile.h |
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h |
index 916bc33dc3398b630a704f364096e327096fcef0..dd8d68ec2647ac4dc5105f08ade94f1a90a92019 100644 |
--- a/chrome/test/base/testing_profile.h |
+++ b/chrome/test/base/testing_profile.h |
@@ -132,8 +132,8 @@ class TestingProfile : public Profile { |
// deletes the directory containing the files used by HistoryService, this |
// only matters if you're recreating the HistoryService. If |no_db| is true, |
// the history backend will fail to initialize its database; this is useful |
- // for testing error conditions. |
- void CreateHistoryService(bool delete_file, bool no_db); |
+ // for testing error conditions. Returns true on success. |
+ bool CreateHistoryService(bool delete_file, bool no_db) WARN_UNUSED_RESULT; |
// Shuts down and nulls out the reference to HistoryService. |
void DestroyHistoryService(); |