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

Unified Diff: components/autocomplete/url_prefix.h

Issue 330233002: Create a new component "autocomplete" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
Index: components/autocomplete/url_prefix.h
diff --git a/chrome/browser/autocomplete/url_prefix.h b/components/autocomplete/url_prefix.h
similarity index 94%
rename from chrome/browser/autocomplete/url_prefix.h
rename to components/autocomplete/url_prefix.h
index 5fb96ba6218b42d795c65ee8165ebb72d0ee283d..d1eef0d3267e5fb5b8f7a3ea7b9d59fb65f52039 100644
--- a/chrome/browser/autocomplete/url_prefix.h
+++ b/components/autocomplete/url_prefix.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_URL_PREFIX_H_
-#define CHROME_BROWSER_AUTOCOMPLETE_URL_PREFIX_H_
+#ifndef COMPONENTS_AUTOCOMPLETE_URL_PREFIX_H_
+#define COMPONENTS_AUTOCOMPLETE_URL_PREFIX_H_
#include <vector>
@@ -60,4 +60,4 @@ struct URLPrefix {
size_t num_components;
};
-#endif // CHROME_BROWSER_AUTOCOMPLETE_URL_PREFIX_H_
+#endif // COMPONENTS_AUTOCOMPLETE_URL_PREFIX_H_

Powered by Google App Engine
This is Rietveld 408576698