| Index: components/autofill/browser/webdata/autofill_table.h
|
| diff --git a/components/webdata/autofill/autofill_table.h b/components/autofill/browser/webdata/autofill_table.h
|
| similarity index 98%
|
| rename from components/webdata/autofill/autofill_table.h
|
| rename to components/autofill/browser/webdata/autofill_table.h
|
| index c0c24bb28b6356f5aaad70edd8b836da0c6caa38..24afba82b652bfafd25320aa3921d5de45205090 100644
|
| --- a/components/webdata/autofill/autofill_table.h
|
| +++ b/components/autofill/browser/webdata/autofill_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 COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_TABLE_H_
|
| -#define COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_TABLE_H_
|
| +#ifndef COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_TABLE_H_
|
| +#define COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_TABLE_H_
|
|
|
| #include <vector>
|
|
|
| @@ -363,4 +363,4 @@ class AutofillTable : public WebDatabaseTable {
|
| DISALLOW_COPY_AND_ASSIGN(AutofillTable);
|
| };
|
|
|
| -#endif // COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_TABLE_H_
|
| +#endif // COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_TABLE_H_
|
|
|