| Index: chrome/browser/diagnostics/sqlite_diagnostics.cc
|
| ===================================================================
|
| --- chrome/browser/diagnostics/sqlite_diagnostics.cc (revision 181040)
|
| +++ chrome/browser/diagnostics/sqlite_diagnostics.cc (working copy)
|
| @@ -32,9 +32,9 @@
|
| db_path_(profile_relative_db_path) {
|
| }
|
|
|
| - virtual int GetId() { return 0; }
|
| + virtual int GetId() OVERRIDE { return 0; }
|
|
|
| - virtual bool ExecuteImpl(DiagnosticsModel::Observer* observer) {
|
| + virtual bool ExecuteImpl(DiagnosticsModel::Observer* observer) OVERRIDE {
|
| FilePath path = GetUserDefaultProfileDir();
|
| path = path.Append(db_path_);
|
| if (!file_util::PathExists(path)) {
|
|
|