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

Unified Diff: chrome/browser/ui/search/instant_overlay.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_ntp.cc ('k') | chrome/browser/ui/search/instant_overlay.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/search/instant_overlay.h
diff --git a/chrome/browser/instant/instant_overlay.h b/chrome/browser/ui/search/instant_overlay.h
similarity index 92%
rename from chrome/browser/instant/instant_overlay.h
rename to chrome/browser/ui/search/instant_overlay.h
index 2e1c6ca3d61405ff14d5301de9946d9684e0e276..f20a986ce71159a9dd24824db8d9d529f74f964b 100644
--- a/chrome/browser/instant/instant_overlay.h
+++ b/chrome/browser/ui/search/instant_overlay.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_INSTANT_INSTANT_OVERLAY_H_
-#define CHROME_BROWSER_INSTANT_INSTANT_OVERLAY_H_
+#ifndef CHROME_BROWSER_UI_SEARCH_INSTANT_OVERLAY_H_
+#define CHROME_BROWSER_UI_SEARCH_INSTANT_OVERLAY_H_
#include <string>
@@ -12,9 +12,9 @@
#include "base/gtest_prod_util.h"
#include "base/memory/scoped_ptr.h"
#include "chrome/browser/history/history_types.h"
-#include "chrome/browser/instant/instant_controller.h"
-#include "chrome/browser/instant/instant_loader.h"
-#include "chrome/browser/instant/instant_page.h"
+#include "chrome/browser/ui/search/instant_controller.h"
+#include "chrome/browser/ui/search/instant_loader.h"
+#include "chrome/browser/ui/search/instant_page.h"
class Profile;
@@ -115,4 +115,4 @@ class InstantOverlay : public InstantPage,
DISALLOW_COPY_AND_ASSIGN(InstantOverlay);
};
-#endif // CHROME_BROWSER_INSTANT_INSTANT_OVERLAY_H_
+#endif // CHROME_BROWSER_UI_SEARCH_INSTANT_OVERLAY_H_
« no previous file with comments | « chrome/browser/ui/search/instant_ntp.cc ('k') | chrome/browser/ui/search/instant_overlay.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698