| Index: sql/meta_table.cc
|
| diff --git a/app/sql/meta_table.cc b/sql/meta_table.cc
|
| similarity index 95%
|
| rename from app/sql/meta_table.cc
|
| rename to sql/meta_table.cc
|
| index 2700d6725440535d6d36c048c6756f8abcdf29c5..c4736ef37f06d300b5e0f47f546e4bc725ea3361 100644
|
| --- a/app/sql/meta_table.cc
|
| +++ b/sql/meta_table.cc
|
| @@ -1,13 +1,13 @@
|
| -// 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.
|
|
|
| -#include "app/sql/meta_table.h"
|
| +#include "sql/meta_table.h"
|
|
|
| -#include "app/sql/connection.h"
|
| -#include "app/sql/statement.h"
|
| #include "base/logging.h"
|
| #include "base/string_util.h"
|
| +#include "sql/connection.h"
|
| +#include "sql/statement.h"
|
|
|
| namespace sql {
|
|
|
|
|