summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/gtk_key_bindings_handler_unittest.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-22 01:33:53 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-22 01:33:53 +0000
commit557221548b76b970d4b70f890cb1d3165ff8257d (patch)
tree145bdab7a078d1012d480fba66f6697f9f3ecb42 /chrome/browser/renderer_host/gtk_key_bindings_handler_unittest.cc
parent8fb5ca734a7680739653b79d264e4997add31f05 (diff)
downloadchromium_src-557221548b76b970d4b70f890cb1d3165ff8257d.zip
chromium_src-557221548b76b970d4b70f890cb1d3165ff8257d.tar.gz
chromium_src-557221548b76b970d4b70f890cb1d3165ff8257d.tar.bz2
Move some more renderer messages to content. Also move a couple of files which should have been moved.TBR=tsepez
R=sky@chromium.org,*,jam@chromium.org,jcivelli@chromium.org,phajdan.jr@chromium.org,darin@chromium.org,brettw@chromium.org,ben@chromium.org Review URL: http://codereview.chromium.org/6718020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78957 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/renderer_host/gtk_key_bindings_handler_unittest.cc')
-rw-r--r--chrome/browser/renderer_host/gtk_key_bindings_handler_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/renderer_host/gtk_key_bindings_handler_unittest.cc b/chrome/browser/renderer_host/gtk_key_bindings_handler_unittest.cc
index a12e3f5..e574194 100644
--- a/chrome/browser/renderer_host/gtk_key_bindings_handler_unittest.cc
+++ b/chrome/browser/renderer_host/gtk_key_bindings_handler_unittest.cc
@@ -14,7 +14,7 @@
#include "base/path_service.h"
#include "base/string_util.h"
#include "chrome/common/chrome_paths.h"
-#include "chrome/common/edit_command.h"
+#include "content/common/edit_command.h"
#include "content/common/native_web_keyboard_event.h"
#include "testing/gtest/include/gtest/gtest.h"