| Index: components/webdata/common/web_database_table.h
|
| diff --git a/chrome/browser/webdata/web_database_table.h b/components/webdata/common/web_database_table.h
|
| similarity index 93%
|
| rename from chrome/browser/webdata/web_database_table.h
|
| rename to components/webdata/common/web_database_table.h
|
| index adef00ff290e6800498557cc46dc133047ea692c..25ebf7da1025447772a2ed3d0b92c99cb050ed4f 100644
|
| --- a/chrome/browser/webdata/web_database_table.h
|
| +++ b/components/webdata/common/web_database_table.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_BROWSER_WEBDATA_WEB_DATABASE_TABLE_H_
|
| -#define CHROME_BROWSER_WEBDATA_WEB_DATABASE_TABLE_H_
|
| +#ifndef COMPONENTS_WEBDATA_COMMON_WEB_DATABASE_TABLE_H_
|
| +#define COMPONENTS_WEBDATA_COMMON_WEB_DATABASE_TABLE_H_
|
|
|
| #include "base/logging.h"
|
|
|
| @@ -62,4 +62,4 @@ class WebDatabaseTable {
|
| DISALLOW_COPY_AND_ASSIGN(WebDatabaseTable);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_WEBDATA_WEB_DATABASE_TABLE_H_
|
| +#endif // COMPONENTS_WEBDATA_COMMON_WEB_DATABASE_TABLE_H_
|
|
|