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

Unified Diff: chrome/common/search/instant_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/OWNERS ('k') | chrome/common/search/instant_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/search/instant_types.h
diff --git a/chrome/common/instant_types.h b/chrome/common/search/instant_types.h
similarity index 97%
rename from chrome/common/instant_types.h
rename to chrome/common/search/instant_types.h
index 329cf3fe0aa9f632b8fadc010e22e6056c6f424f..8d78eab78cccfae2f613089ccd5e0d8c3d1fd084 100644
--- a/chrome/common/instant_types.h
+++ b/chrome/common/search/instant_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_INSTANT_TYPES_H_
-#define CHROME_COMMON_INSTANT_TYPES_H_
+#ifndef CHROME_COMMON_SEARCH_INSTANT_TYPES_H_
+#define CHROME_COMMON_SEARCH_INSTANT_TYPES_H_
#include <stdint.h>
@@ -190,4 +190,4 @@ struct EmbeddedSearchRequestParams {
// For more details, see http://goto.google.com/binary-clients-logging.
base::string16 assisted_query_stats;
};
-#endif // CHROME_COMMON_INSTANT_TYPES_H_
+#endif // CHROME_COMMON_SEARCH_INSTANT_TYPES_H_
« no previous file with comments | « chrome/common/search/OWNERS ('k') | chrome/common/search/instant_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698