| Index: chrome/browser/ui/webui/chrome_url_data_manager.h
|
| diff --git a/chrome/browser/ui/webui/chrome_url_data_manager.h b/chrome/browser/ui/webui/chrome_url_data_manager.h
|
| index 3043f9d9122f118b5c76b3d60cbc6a69c49e9e75..c0796b42c42be7064dcc1c2c6d51ae312a043d8c 100644
|
| --- a/chrome/browser/ui/webui/chrome_url_data_manager.h
|
| +++ b/chrome/browser/ui/webui/chrome_url_data_manager.h
|
| @@ -52,7 +52,7 @@ class ChromeURLDataManager {
|
| // asynchronously. DataSources are collectively owned with refcounting smart
|
| // pointers and should never be deleted on the IO thread, since their calls
|
| // are handled almost always on the UI thread and there's a possibility of a
|
| - // data race. The |DeleteOnUIThread| trait is used to enforce this.
|
| + // data race. The |DeleteDataSource| trait above is used to enforce this.
|
| //
|
| // An implementation of DataSource should handle calls to
|
| // StartDataRequest() by starting its (implementation-specific) asynchronous
|
|
|