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

Unified Diff: components/omnibox/test_scheme_classifier.h

Issue 443043003: Rename components/autocomplete to components/omnibox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/search_suggestion_parser.cc ('k') | components/omnibox/test_scheme_classifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/test_scheme_classifier.h
diff --git a/components/autocomplete/test_scheme_classifier.h b/components/omnibox/test_scheme_classifier.h
similarity index 72%
rename from components/autocomplete/test_scheme_classifier.h
rename to components/omnibox/test_scheme_classifier.h
index 021aac2e4fe37875a96cc3e9f46105b5175df9d6..b9326d9b1691a589f0aa55800c0b209dc3ebfd09 100644
--- a/components/autocomplete/test_scheme_classifier.h
+++ b/components/omnibox/test_scheme_classifier.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_AUTOCOMPLETE_TEST_SCHEME_CLASSIFIER_
-#define COMPONENTS_AUTOCOMPLETE_TEST_SCHEME_CLASSIFIER_
+#ifndef COMPONENTS_OMNIBOX_TEST_SCHEME_CLASSIFIER_H_
+#define COMPONENTS_OMNIBOX_TEST_SCHEME_CLASSIFIER_H_
#include "base/macros.h"
-#include "components/autocomplete/autocomplete_scheme_classifier.h"
+#include "components/omnibox/autocomplete_scheme_classifier.h"
// The subclass of AutocompleteSchemeClassifier for testing.
class TestSchemeClassifier : public AutocompleteSchemeClassifier {
@@ -22,4 +22,4 @@ class TestSchemeClassifier : public AutocompleteSchemeClassifier {
DISALLOW_COPY_AND_ASSIGN(TestSchemeClassifier);
};
-#endif // COMPONENTS_AUTOCOMPLETE_TEST_SCHEME_CLASSIFIER_
+#endif // COMPONENTS_OMNIBOX_TEST_SCHEME_CLASSIFIER_H_
« no previous file with comments | « components/omnibox/search_suggestion_parser.cc ('k') | components/omnibox/test_scheme_classifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698