| Index: chrome/common/sqlite_utils.h
|
| diff --git a/chrome/common/sqlite_utils.h b/chrome/common/sqlite_utils.h
|
| index ece02f1c5b7b10649c53e17dabfcd1703fbfcf4c..d5e8df3d23321839b8691edafd5ebe5a7273c4ee 100644
|
| --- a/chrome/common/sqlite_utils.h
|
| +++ b/chrome/common/sqlite_utils.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_COMMON_SQLITEUTILS_H_
|
| -#define CHROME_COMMON_SQLITEUTILS_H_
|
| +#ifndef CHROME_COMMON_SQLITE_UTILS_H_
|
| +#define CHROME_COMMON_SQLITE_UTILS_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -414,4 +414,4 @@ bool DoesSqliteTableHaveRow(sqlite3* db, const char* table_name);
|
| int sqlite3Preload(sqlite3* db);
|
| #endif
|
|
|
| -#endif // CHROME_COMMON_SQLITEUTILS_H_
|
| +#endif // CHROME_COMMON_SQLITE_UTILS_H_
|
|
|