Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(569)

Unified Diff: chrome/browser/chromeos/arc/ui/arc_external_protocol_dialog.cc

Issue 2441563002: arc: Create intermediate directories in c/b/c/arc (Closed)
Patch Set: Moved the boot notification to notification/ Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/arc/ui/arc_external_protocol_dialog.cc
diff --git a/chrome/browser/chromeos/arc/arc_external_protocol_dialog.cc b/chrome/browser/chromeos/arc/ui/arc_external_protocol_dialog.cc
similarity index 98%
rename from chrome/browser/chromeos/arc/arc_external_protocol_dialog.cc
rename to chrome/browser/chromeos/arc/ui/arc_external_protocol_dialog.cc
index e4bf0cc91c0a704f44dce1abcc52f9931e546126..5dba4b9ad549376da245a6fdc49863e76c88f4ec 100644
--- a/chrome/browser/chromeos/arc/arc_external_protocol_dialog.cc
+++ b/chrome/browser/chromeos/arc/ui/arc_external_protocol_dialog.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/chromeos/arc/arc_external_protocol_dialog.h"
+#include "chrome/browser/chromeos/arc/ui/arc_external_protocol_dialog.h"
#include <memory>
#include <string>
@@ -12,7 +12,7 @@
#include "base/bind.h"
#include "base/memory/ref_counted.h"
#include "base/metrics/histogram_macros.h"
-#include "chrome/browser/chromeos/arc/arc_navigation_throttle.h"
+#include "chrome/browser/chromeos/arc/ui/arc_navigation_throttle.h"
#include "chrome/browser/chromeos/external_protocol_dialog.h"
#include "chrome/browser/tab_contents/tab_util.h"
#include "chrome/browser/ui/browser_dialogs.h"

Powered by Google App Engine
This is Rietveld 408576698