Index: chrome/browser/sync/util/sqlite_utils.h |
diff --git a/chrome/common/sqlite_utils.h b/chrome/browser/sync/util/sqlite_utils.h |
similarity index 98% |
rename from chrome/common/sqlite_utils.h |
rename to chrome/browser/sync/util/sqlite_utils.h |
index 965f0818bd2fcd612807f2ba37a8f4d88f5a735b..42c04182e90d65acd8cd86dcc03d8055906f41c3 100644 |
--- a/chrome/common/sqlite_utils.h |
+++ b/chrome/browser/sync/util/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_SQLITE_UTILS_H_ |
-#define CHROME_COMMON_SQLITE_UTILS_H_ |
+#ifndef CHROME_BROWSER_SYNC_UTIL_SQLITE_UTILS_H_ |
+#define CHROME_BROWSER_SYNC_UTIL_SQLITE_UTILS_H_ |
#pragma once |
#include <string> |
@@ -397,4 +397,4 @@ bool DoesSqliteTableHaveRow(sqlite3* db, const char* table_name); |
} // namespace sqlite_utils |
-#endif // CHROME_COMMON_SQLITE_UTILS_H_ |
+#endif // CHROME_BROWSER_SYNC_UTIL_SQLITE_UTILS_H_ |