| Index: chrome/common/sqlite_compiled_statement.h
|
| diff --git a/chrome/common/sqlite_compiled_statement.h b/chrome/common/sqlite_compiled_statement.h
|
| index 2ddd81b60744c3194eeab26ebf1bff2cb3888e13..5d7c5d933b82b5451e6c38a79f6499b00a04b750 100644
|
| --- a/chrome/common/sqlite_compiled_statement.h
|
| +++ b/chrome/common/sqlite_compiled_statement.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_SQLITE_COMPILED_STATEMENT_
|
| -#define CHROME_COMMON_SQLITE_COMPILED_STATEMENT_
|
| +#ifndef CHROME_COMMON_SQLITE_COMPILED_STATEMENT_H_
|
| +#define CHROME_COMMON_SQLITE_COMPILED_STATEMENT_H_
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -129,7 +129,7 @@ class SqliteCompiledStatement {
|
| // var_name->bind_XXX(
|
| // var_name->step();
|
| // ...
|
| -#define SQLITE_UNIQUE_STATEMENT(var_name, cache, sql) \
|
| +#define CHROME_COMMON_SQLITE_COMPILED_STATEMENT_H_
|
| SqliteCompiledStatement var_name(__FILE__, __LINE__, cache, sql)
|
|
|
| -#endif // CHROME_COMMON_SQLITE_COMPILED_STATEMENT_
|
| +#endif // CHROME_COMMON_SQLITE_COMPILED_STATEMENT_H_
|
|
|