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

Unified Diff: chrome/browser/ui/webui/chromeos/emulator/device_emulator_message_handler.cc

Issue 2732813002: chromeos: Move files in //ash/common to //ash, part 1 (Closed)
Patch Set: rebase Created 3 years, 10 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/ui/webui/chromeos/emulator/device_emulator_message_handler.cc
diff --git a/chrome/browser/ui/webui/chromeos/emulator/device_emulator_message_handler.cc b/chrome/browser/ui/webui/chromeos/emulator/device_emulator_message_handler.cc
index b356b01c26a25e273e003c953f85a9c32a67fed5..04546506f8d1f4f3bc6e79b425de4117bea96033 100644
--- a/chrome/browser/ui/webui/chromeos/emulator/device_emulator_message_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/emulator/device_emulator_message_handler.cc
@@ -7,8 +7,8 @@
#include <stdint.h>
#include <utility>
-#include "ash/common/system/tray/system_tray_delegate.h"
#include "ash/common/wm_shell.h"
+#include "ash/system/tray/system_tray_delegate.h"
#include "base/bind.h"
#include "base/macros.h"
#include "base/strings/string_number_conversions.h"

Powered by Google App Engine
This is Rietveld 408576698