| Index: chrome/browser/ui/webui/foreign_session_handler.h
|
| diff --git a/chrome/browser/ui/webui/ntp/foreign_session_handler.h b/chrome/browser/ui/webui/foreign_session_handler.h
|
| similarity index 95%
|
| rename from chrome/browser/ui/webui/ntp/foreign_session_handler.h
|
| rename to chrome/browser/ui/webui/foreign_session_handler.h
|
| index 8b3d85885c708045bd5ad4be4276d2954f4f5e84..82cb6f75a2356c1218ad13d77bfd6535976640c3 100644
|
| --- a/chrome/browser/ui/webui/ntp/foreign_session_handler.h
|
| +++ b/chrome/browser/ui/webui/foreign_session_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_UI_WEBUI_NTP_FOREIGN_SESSION_HANDLER_H_
|
| -#define CHROME_BROWSER_UI_WEBUI_NTP_FOREIGN_SESSION_HANDLER_H_
|
| +#ifndef CHROME_BROWSER_UI_WEBUI_FOREIGN_SESSION_HANDLER_H_
|
| +#define CHROME_BROWSER_UI_WEBUI_FOREIGN_SESSION_HANDLER_H_
|
|
|
| #include <vector>
|
|
|
| @@ -102,4 +102,4 @@ class ForeignSessionHandler : public content::WebUIMessageHandler,
|
|
|
| } // namespace browser_sync
|
|
|
| -#endif // CHROME_BROWSER_UI_WEBUI_NTP_FOREIGN_SESSION_HANDLER_H_
|
| +#endif // CHROME_BROWSER_UI_WEBUI_FOREIGN_SESSION_HANDLER_H_
|
|
|