Commit 3e534147 authored by Jun Mukai's avatar Jun Mukai Committed by Commit Bot

remove reference of ash files from input_method_api.cc

ash/shell.h is referred in the file, but it turns out unnecessary.
Simply removing the include is just fine.

TBR=stevenjb@chromium.org

Bug: 646565
Test: build succeeds
Change-Id: Ic0709c0bcb4a01b5fd2744ad89fb53c0936b2088
Reviewed-on: https://chromium-review.googlesource.com/1148931
Commit-Queue: Jun Mukai <mukai@chromium.org>
Reviewed-by: default avatarShu Chen <shuchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#578902}
parent f3e8a3f5
...@@ -4,10 +4,3 @@ include_rules = [ ...@@ -4,10 +4,3 @@ include_rules = [
"!chrome/browser/ui/views/select_file_dialog_extension.h", "!chrome/browser/ui/views/select_file_dialog_extension.h",
# DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
] ]
specific_include_rules = {
# TODO(mash): http://crbug.com/646565.
"input_method_api\.cc": [
"+ash/shell.h",
],
}
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
#include <string> #include <string>
#include <utility> #include <utility>
#include "ash/shell.h"
#include "base/command_line.h" #include "base/command_line.h"
#include "base/lazy_instance.h" #include "base/lazy_instance.h"
#include "base/values.h" #include "base/values.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment