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

Unified Diff: chrome/browser/instant/search.h

Issue 12335141: Move c/b/ui/search/search.* to c/b/instant/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 7 years, 9 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/browser/instant/instant_overlay.cc ('k') | chrome/browser/instant/search.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/instant/search.h
diff --git a/chrome/browser/ui/search/search.h b/chrome/browser/instant/search.h
similarity index 98%
rename from chrome/browser/ui/search/search.h
rename to chrome/browser/instant/search.h
index d2b2d286823a684f166001700dc16b22eaed2521..9180a068d6a7cd72646d534d0e40b5602d8f9f12 100644
--- a/chrome/browser/ui/search/search.h
+++ b/chrome/browser/instant/search.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_UI_SEARCH_SEARCH_H_
-#define CHROME_BROWSER_UI_SEARCH_SEARCH_H_
+#ifndef CHROME_BROWSER_INSTANT_SEARCH_H_
+#define CHROME_BROWSER_INSTANT_SEARCH_H_
#include <string>
#include <utility>
@@ -156,4 +156,4 @@ GURL CoerceCommandLineURLToTemplateURL(const GURL& instant_url,
} // namespace search
} // namespace chrome
-#endif // CHROME_BROWSER_UI_SEARCH_SEARCH_H_
+#endif // CHROME_BROWSER_INSTANT_SEARCH_H_
« no previous file with comments | « chrome/browser/instant/instant_overlay.cc ('k') | chrome/browser/instant/search.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698