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

Unified Diff: components/omnibox/autocomplete_provider.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/autocomplete_match_unittest.cc ('k') | components/omnibox/autocomplete_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/autocomplete_provider.h
diff --git a/components/autocomplete/autocomplete_provider.h b/components/omnibox/autocomplete_provider.h
similarity index 98%
rename from components/autocomplete/autocomplete_provider.h
rename to components/omnibox/autocomplete_provider.h
index 6f99fe8b41e6daea2598f6c6dc719977fcb9a930..9c784ba563924f0ec8613fcab84352b7e21f2c1f 100644
--- a/components/autocomplete/autocomplete_provider.h
+++ b/components/omnibox/autocomplete_provider.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_PROVIDER_H_
-#define COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_PROVIDER_H_
+#ifndef COMPONENTS_OMNIBOX_AUTOCOMPLETE_PROVIDER_H_
+#define COMPONENTS_OMNIBOX_AUTOCOMPLETE_PROVIDER_H_
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
#include "base/strings/string16.h"
-#include "components/autocomplete/autocomplete_match.h"
#include "components/metrics/proto/omnibox_event.pb.h"
+#include "components/omnibox/autocomplete_match.h"
class AutocompleteInput;
@@ -245,4 +245,4 @@ class AutocompleteProvider
DISALLOW_COPY_AND_ASSIGN(AutocompleteProvider);
};
-#endif // COMPONENTS_AUTOCOMPLETE_AUTOCOMPLETE_PROVIDER_H_
+#endif // COMPONENTS_OMNIBOX_AUTOCOMPLETE_PROVIDER_H_
« no previous file with comments | « components/omnibox/autocomplete_match_unittest.cc ('k') | components/omnibox/autocomplete_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698