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

Unified Diff: components/omnibox/autocomplete_result.h

Issue 470523002: Componentize AutocompleteResult (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/omnibox/BUILD.gn ('k') | components/omnibox/autocomplete_result.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/autocomplete_result.h
diff --git a/chrome/browser/autocomplete/autocomplete_result.h b/components/omnibox/autocomplete_result.h
similarity index 97%
rename from chrome/browser/autocomplete/autocomplete_result.h
rename to components/omnibox/autocomplete_result.h
index e128ae7c92dd3d4e0aff2b5a99f475138eb5512c..e4fd69ab80459e382a40796a862702b197cf7a42 100644
--- a/chrome/browser/autocomplete/autocomplete_result.h
+++ b/components/omnibox/autocomplete_result.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_AUTOCOMPLETE_AUTOCOMPLETE_RESULT_H_
-#define CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_RESULT_H_
+#ifndef COMPONENTS_OMNIBOX_AUTOCOMPLETE_RESULT_H_
+#define COMPONENTS_OMNIBOX_AUTOCOMPLETE_RESULT_H_
#include <stddef.h>
@@ -202,4 +202,4 @@ class AutocompleteResult {
DISALLOW_COPY_AND_ASSIGN(AutocompleteResult);
};
-#endif // CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_RESULT_H_
+#endif // COMPONENTS_OMNIBOX_AUTOCOMPLETE_RESULT_H_
« no previous file with comments | « components/omnibox/BUILD.gn ('k') | components/omnibox/autocomplete_result.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698