| Index: components/search_engines/keyword_table.h
|
| diff --git a/chrome/browser/webdata/keyword_table.h b/components/search_engines/keyword_table.h
|
| similarity index 97%
|
| rename from chrome/browser/webdata/keyword_table.h
|
| rename to components/search_engines/keyword_table.h
|
| index 9dd67fa8a3b9ca7169d591b04946e0f8ee4169f2..5ff36b46cff24c4ea0c3efba855a27ef4307ae1a 100644
|
| --- a/chrome/browser/webdata/keyword_table.h
|
| +++ b/components/search_engines/keyword_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_KEYWORD_TABLE_H_
|
| -#define CHROME_BROWSER_WEBDATA_KEYWORD_TABLE_H_
|
| +#ifndef COMPONENTS_SEARCH_ENGINES_KEYWORD_TABLE_H_
|
| +#define COMPONENTS_SEARCH_ENGINES_KEYWORD_TABLE_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -182,4 +182,4 @@ class KeywordTable : public WebDatabaseTable {
|
| DISALLOW_COPY_AND_ASSIGN(KeywordTable);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_WEBDATA_KEYWORD_TABLE_H_
|
| +#endif // COMPONENTS_SEARCH_ENGINES_KEYWORD_TABLE_H_
|
|
|