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_ |