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

Unified Diff: chrome/browser/ui/search/instant_ntp.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_loader.cc ('k') | chrome/browser/ui/search/instant_ntp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/search/instant_ntp.h
diff --git a/chrome/browser/instant/instant_ntp.h b/chrome/browser/ui/search/instant_ntp.h
similarity index 89%
rename from chrome/browser/instant/instant_ntp.h
rename to chrome/browser/ui/search/instant_ntp.h
index f719c5b7eeca4f00bfb52fd57c18fbd78c54b5cb..0c683f5820cfcf52bad0d6db40d1bfaf5463e50d 100644
--- a/chrome/browser/instant/instant_ntp.h
+++ b/chrome/browser/ui/search/instant_ntp.h
@@ -2,16 +2,16 @@
// 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_NTP_H_
-#define CHROME_BROWSER_INSTANT_INSTANT_NTP_H_
+#ifndef CHROME_BROWSER_UI_SEARCH_INSTANT_NTP_H_
+#define CHROME_BROWSER_UI_SEARCH_INSTANT_NTP_H_
#include <string>
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
-#include "chrome/browser/instant/instant_loader.h"
-#include "chrome/browser/instant/instant_page.h"
+#include "chrome/browser/ui/search/instant_loader.h"
+#include "chrome/browser/ui/search/instant_page.h"
class Profile;
@@ -60,4 +60,4 @@ class InstantNTP : public InstantPage,
DISALLOW_COPY_AND_ASSIGN(InstantNTP);
};
-#endif // CHROME_BROWSER_INSTANT_INSTANT_NTP_H_
+#endif // CHROME_BROWSER_UI_SEARCH_INSTANT_NTP_H_
« no previous file with comments | « chrome/browser/ui/search/instant_loader.cc ('k') | chrome/browser/ui/search/instant_ntp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698