Index: chrome/browser/chromeos/arc/intent_helper/arc_external_protocol_dialog.h |
diff --git a/chrome/browser/chromeos/arc/arc_external_protocol_dialog.h b/chrome/browser/chromeos/arc/intent_helper/arc_external_protocol_dialog.h |
similarity index 73% |
rename from chrome/browser/chromeos/arc/arc_external_protocol_dialog.h |
rename to chrome/browser/chromeos/arc/intent_helper/arc_external_protocol_dialog.h |
index e2134903e774c03102dbe9c9bb05bfe16f60e7b3..7ef7eb1b1e5188c4b1ee42f829f65ff62772721d 100644 |
--- a/chrome/browser/chromeos/arc/arc_external_protocol_dialog.h |
+++ b/chrome/browser/chromeos/arc/intent_helper/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_INTENT_HELPER_ARC_EXTERNAL_PROTOCOL_DIALOG_H_ |
+#define CHROME_BROWSER_CHROMEOS_ARC_INTENT_HELPER_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_INTENT_HELPER_ARC_EXTERNAL_PROTOCOL_DIALOG_H_ |