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

Unified Diff: content/browser/renderer_host/gtk_key_bindings_handler.h

Issue 11231077: Move a bunch more code into the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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: content/browser/renderer_host/gtk_key_bindings_handler.h
===================================================================
--- content/browser/renderer_host/gtk_key_bindings_handler.h (revision 163514)
+++ content/browser/renderer_host/gtk_key_bindings_handler.h (working copy)
@@ -45,7 +45,7 @@
// returned if the key event doesn't correspond to a predefined key binding.
// Edit commands matched with |wke| will be stored in |edit_commands|.
bool Match(const content::NativeWebKeyboardEvent& wke,
- EditCommands* edit_commands);
+ content::EditCommands* edit_commands);
private:
// Object structure of Handler class, which is derived from GtkTextView.
@@ -125,7 +125,7 @@
ui::OwnedWidgetGtk handler_;
// Buffer to store the match results.
- EditCommands edit_commands_;
+ content::EditCommands edit_commands_;
};
#endif // CONTENT_BROWSER_RENDERER_HOST_GTK_KEY_BINDINGS_HANDLER_H_
« no previous file with comments | « content/browser/download/save_file_manager.cc ('k') | content/browser/renderer_host/gtk_key_bindings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698