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

Unified Diff: chrome/browser/ui/search/instant_tab.h

Issue 12520005: Move desktop-specific Instant bits to c/b/ui/search. (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/ui/search/instant_page.cc ('k') | chrome/browser/ui/search/instant_tab.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/search/instant_tab.h
diff --git a/chrome/browser/instant/instant_tab.h b/chrome/browser/ui/search/instant_tab.h
similarity index 83%
rename from chrome/browser/instant/instant_tab.h
rename to chrome/browser/ui/search/instant_tab.h
index 131e227672f75b49e9652ed43ffa3edd0a620acd..0d41984f5b4576bae9655a01eca233d4b9a0d38e 100644
--- a/chrome/browser/instant/instant_tab.h
+++ b/chrome/browser/ui/search/instant_tab.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_INSTANT_INSTANT_TAB_H_
-#define CHROME_BROWSER_INSTANT_INSTANT_TAB_H_
+#ifndef CHROME_BROWSER_UI_SEARCH_INSTANT_TAB_H_
+#define CHROME_BROWSER_UI_SEARCH_INSTANT_TAB_H_
#include "base/basictypes.h"
#include "base/compiler_specific.h"
-#include "chrome/browser/instant/instant_page.h"
+#include "chrome/browser/ui/search/instant_page.h"
// InstantTab represents a committed page (i.e. an actual tab on the tab strip)
// that supports the Instant API.
@@ -31,4 +31,4 @@ class InstantTab : public InstantPage {
DISALLOW_COPY_AND_ASSIGN(InstantTab);
};
-#endif // CHROME_BROWSER_INSTANT_INSTANT_TAB_H_
+#endif // CHROME_BROWSER_UI_SEARCH_INSTANT_TAB_H_
« no previous file with comments | « chrome/browser/ui/search/instant_page.cc ('k') | chrome/browser/ui/search/instant_tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698