Index: sql/meta_table.h |
diff --git a/app/sql/meta_table.h b/sql/meta_table.h |
similarity index 94% |
rename from app/sql/meta_table.h |
rename to sql/meta_table.h |
index d5c76c825dd61b51954c7eff3862f0a8eb8ede36..4a640d82160bf4c538a411313251d028765c4bc4 100644 |
--- a/app/sql/meta_table.h |
+++ b/sql/meta_table.h |
@@ -1,9 +1,9 @@ |
-// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef APP_SQL_META_TABLE_H_ |
-#define APP_SQL_META_TABLE_H_ |
+#ifndef SQL_META_TABLE_H_ |
+#define SQL_META_TABLE_H_ |
#pragma once |
#include <string> |
@@ -80,4 +80,4 @@ class MetaTable { |
} // namespace sql |
-#endif // APP_SQL_META_TABLE_H_ |
+#endif // SQL_META_TABLE_H_ |