Index: chrome/browser/ui/webui/keyboard_ui.cc |
diff --git a/chrome/browser/ui/webui/keyboard_ui.cc b/chrome/browser/ui/webui/keyboard_ui.cc |
index e8ab53fda91c25af7cd4ccdd071937226273639b..f2a77e7275abcd253114c8aea91e9293a46c2ea7 100644 |
--- a/chrome/browser/ui/webui/keyboard_ui.cc |
+++ b/chrome/browser/ui/webui/keyboard_ui.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -6,6 +6,7 @@ |
#include "base/memory/ref_counted_memory.h" |
#include "base/memory/singleton.h" |
+#include "base/message_loop.h" |
sadrul
2012/01/23 22:47:57
I don't think this is necessary?
hashimoto
2012/01/24 11:23:05
MessageLoop is used in line 37.
|
#include "base/string_piece.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/ui/webui/chrome_url_data_manager.h" |