Chromium Code Reviews| Index: chrome/browser/chromeos/arc/ui/arc_external_protocol_dialog.h |
| diff --git a/chrome/browser/chromeos/arc/arc_external_protocol_dialog.h b/chrome/browser/chromeos/arc/ui/arc_external_protocol_dialog.h |
| similarity index 77% |
| rename from chrome/browser/chromeos/arc/arc_external_protocol_dialog.h |
| rename to chrome/browser/chromeos/arc/ui/arc_external_protocol_dialog.h |
| index e2134903e774c03102dbe9c9bb05bfe16f60e7b3..c6f86a0b5696c22803d74cc26b863228cf3f01ca 100644 |
| --- a/chrome/browser/chromeos/arc/arc_external_protocol_dialog.h |
| +++ b/chrome/browser/chromeos/arc/ui/arc_external_protocol_dialog.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_CHROMEOS_ARC_ARC_EXTERNAL_PROTOCOL_DIALOG_H_ |
| -#define CHROME_BROWSER_CHROMEOS_ARC_ARC_EXTERNAL_PROTOCOL_DIALOG_H_ |
| +#ifndef CHROME_BROWSER_CHROMEOS_ARC_UI_ARC_EXTERNAL_PROTOCOL_DIALOG_H_ |
|
Yusuke Sato
2016/10/20 20:49:03
This can live in c/b/c/arc/intent_helper/ too.
Luis Héctor Chávez
2016/10/20 22:30:22
Done.
|
| +#define CHROME_BROWSER_CHROMEOS_ARC_UI_ARC_EXTERNAL_PROTOCOL_DIALOG_H_ |
| #include "ui/base/page_transition_types.h" |
| @@ -21,4 +21,4 @@ bool RunArcExternalProtocolDialog(const GURL& url, |
| } // namespace arc |
| -#endif // CHROME_BROWSER_CHROMEOS_ARC_ARC_EXTERNAL_PROTOCOL_DIALOG_H_ |
| +#endif // CHROME_BROWSER_CHROMEOS_ARC_UI_ARC_EXTERNAL_PROTOCOL_DIALOG_H_ |