Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(488)

Unified Diff: components/search_engines/keyword_table.h

Issue 367023002: Componentize TemplateURLService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/search_engines/DEPS ('k') | components/search_engines/keyword_table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/search_engines/DEPS ('k') | components/search_engines/keyword_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698