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

Unified Diff: components/autocomplete/autocomplete_match_type.h

Issue 377153004: Componentize autocomplete_match_type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/autocomplete.gypi ('k') | components/autocomplete/autocomplete_match_type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autocomplete/autocomplete_match_type.h
diff --git a/chrome/common/autocomplete_match_type.h b/components/autocomplete/autocomplete_match_type.h
similarity index 93%
rename from chrome/common/autocomplete_match_type.h
rename to components/autocomplete/autocomplete_match_type.h
index facec04c69f09698b6d50b749bb286daa6cf5414..123c601dfd23a457fa34839719078c867a1fa8e6 100644
--- a/chrome/common/autocomplete_match_type.h
+++ b/components/autocomplete/autocomplete_match_type.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_COMMON_AUTOCOMPLETE_MATCH_TYPE_H_
-#define CHROME_COMMON_AUTOCOMPLETE_MATCH_TYPE_H_
+#ifndef COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_MATCH_TYPE_H_
+#define COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_MATCH_TYPE_H_
#include <string>
@@ -49,4 +49,4 @@ struct AutocompleteMatchType {
static std::string ToString(AutocompleteMatchType::Type type);
};
-#endif // CHROME_COMMON_AUTOCOMPLETE_MATCH_TYPE_H_
+#endif // COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_MATCH_TYPE_H_
« no previous file with comments | « components/autocomplete.gypi ('k') | components/autocomplete/autocomplete_match_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698