Index: content/shell/browser/shell_platform_data_aura.cc |
diff --git a/content/shell/browser/shell_platform_data_aura.cc b/content/shell/browser/shell_platform_data_aura.cc |
index fdbf634e8232019b87a9f6379b20b5268d0923dd..afb44bb8dbe267e84442ed9eb402c4bc2bb4074d 100644 |
--- a/content/shell/browser/shell_platform_data_aura.cc |
+++ b/content/shell/browser/shell_platform_data_aura.cc |
@@ -6,7 +6,6 @@ |
#include "content/shell/browser/shell.h" |
#include "ui/aura/client/aura_constants.h" |
-#include "ui/aura/client/default_activation_client.h" |
#include "ui/aura/client/default_capture_client.h" |
#include "ui/aura/env.h" |
#include "ui/aura/layout_manager.h" |
@@ -18,6 +17,7 @@ |
#include "ui/base/ime/input_method_delegate.h" |
#include "ui/base/ime/input_method_factory.h" |
#include "ui/gfx/screen.h" |
+#include "ui/wm/core/default_activation_client.h" |
namespace content { |