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

Unified Diff: chrome/browser/chromeos/net/DEPS

Issue 2732813002: chromeos: Move files in //ash/common to //ash, part 1 (Closed)
Patch Set: rebase Created 3 years, 9 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/net/DEPS
diff --git a/chrome/browser/chromeos/net/DEPS b/chrome/browser/chromeos/net/DEPS
index 3da1b0c0bb9938447a1713a9002540516ee81b36..1776e3dc6b452ef2bfb9023159b2b310598cdfae 100644
--- a/chrome/browser/chromeos/net/DEPS
+++ b/chrome/browser/chromeos/net/DEPS
@@ -8,12 +8,12 @@ include_rules = [
specific_include_rules = {
# TODO(jamescook): Eliminate these.
"network_portal_notification_controller\.cc": [
- "+ash/common/system/system_notifier.h",
- "+ash/common/system/tray/system_tray_notifier.h",
+ "+ash/system/system_notifier.h",
+ "+ash/system/tray/system_tray_notifier.h",
"+ash/common/wm_shell.h",
],
"network_state_notifier\.cc": [
- "+ash/common/system/system_notifier.h",
+ "+ash/system/system_notifier.h",
"+ash/resources/grit/ash_resources.h",
],
}

Powered by Google App Engine
This is Rietveld 408576698