| 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 a345366927465c57028227a8bf5150f33ce40a39..7d167072ddf688db16cd2d83285c99341def4445 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -230,7 +230,7 @@ class ProfileIOData {
|
| virtual ~ResourceContext();
|
|
|
| private:
|
| - virtual void EnsureInitialized() const;
|
| + virtual void EnsureInitialized() const OVERRIDE;
|
|
|
| const ProfileIOData* const io_data_;
|
| };
|
|
|