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