| Index: chrome/browser/ui/search/instant_unload_handler.h
|
| diff --git a/chrome/browser/instant/instant_unload_handler.h b/chrome/browser/ui/search/instant_unload_handler.h
|
| similarity index 92%
|
| rename from chrome/browser/instant/instant_unload_handler.h
|
| rename to chrome/browser/ui/search/instant_unload_handler.h
|
| index deaf0b7438368efa239388d9bd74e02d5f167c08..fa6b264674a0b986dde0a55ebdba4357f71a50c9 100644
|
| --- a/chrome/browser/instant/instant_unload_handler.h
|
| +++ b/chrome/browser/ui/search/instant_unload_handler.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_UNLOAD_HANDLER_H_
|
| -#define CHROME_BROWSER_INSTANT_INSTANT_UNLOAD_HANDLER_H_
|
| +#ifndef CHROME_BROWSER_UI_SEARCH_INSTANT_UNLOAD_HANDLER_H_
|
| +#define CHROME_BROWSER_UI_SEARCH_INSTANT_UNLOAD_HANDLER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -62,4 +62,4 @@ class InstantUnloadHandler {
|
| DISALLOW_COPY_AND_ASSIGN(InstantUnloadHandler);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_INSTANT_INSTANT_UNLOAD_HANDLER_H_
|
| +#endif // CHROME_BROWSER_UI_SEARCH_INSTANT_UNLOAD_HANDLER_H_
|
|
|