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

Unified Diff: ash/common/system/chromeos/devicetype_utils.cc

Issue 2072013002: mash: Move tray settings and deps to common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Undo 'git cl format' and nullptr changes. Created 4 years, 6 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: ash/common/system/chromeos/devicetype_utils.cc
diff --git a/ash/system/chromeos/devicetype_utils.cc b/ash/common/system/chromeos/devicetype_utils.cc
similarity index 94%
rename from ash/system/chromeos/devicetype_utils.cc
rename to ash/common/system/chromeos/devicetype_utils.cc
index 7f31a38867466b02638b9b951f17d994f80b73b1..920b50dcd718afa4e76654df1e306ebac1aff736 100644
--- a/ash/system/chromeos/devicetype_utils.cc
+++ b/ash/common/system/chromeos/devicetype_utils.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 "ash/system/chromeos/devicetype_utils.h"
+#include "ash/common/system/chromeos/devicetype_utils.h"
#include "chromeos/system/devicetype.h"
#include "grit/ash_strings.h"

Powered by Google App Engine
This is Rietveld 408576698