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

Unified Diff: chrome/common/search/search_types.h

Issue 2122903002: Move search-related files from chrome/common to chrome/common/search (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move search-related files Created 4 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 | « chrome/common/search/ntp_logging_events.h ('k') | chrome/common/search/search_urls.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/search/search_types.h
diff --git a/chrome/common/search_types.h b/chrome/common/search/search_types.h
similarity index 93%
rename from chrome/common/search_types.h
rename to chrome/common/search/search_types.h
index 15cb8789caa4c82d789637d92a6187c4d9bc4d74..6a444e13a96c85cccbf03a18b4f0d5bae798d870 100644
--- a/chrome/common/search_types.h
+++ b/chrome/common/search/search_types.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_SEARCH_TYPES_H_
-#define CHROME_COMMON_SEARCH_TYPES_H_
+#ifndef CHROME_COMMON_SEARCH_SEARCH_TYPES_H_
+#define CHROME_COMMON_SEARCH_SEARCH_TYPES_H_
// The Mode structure encodes the visual states encountered when interacting
// with the NTP and the Omnibox.
@@ -87,4 +87,4 @@ struct SearchMode {
Origin origin;
};
-#endif // CHROME_COMMON_SEARCH_TYPES_H_
+#endif // CHROME_COMMON_SEARCH_SEARCH_TYPES_H_
« no previous file with comments | « chrome/common/search/ntp_logging_events.h ('k') | chrome/common/search/search_urls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698