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

Unified Diff: content/browser/renderer_host/file_utilities_message_filter.cc

Issue 6685027: Move some message files and hi_res_timer_manager to content, in preparation f... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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
« no previous file with comments | « content/browser/mime_registry_message_filter.cc ('k') | content/common/content_message_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/file_utilities_message_filter.cc
===================================================================
--- content/browser/renderer_host/file_utilities_message_filter.cc (revision 77927)
+++ content/browser/renderer_host/file_utilities_message_filter.cc (working copy)
@@ -5,10 +5,9 @@
#include "content/browser/renderer_host/file_utilities_message_filter.h"
#include "base/file_util.h"
-#include "chrome/common/file_utilities_messages.h"
#include "content/browser/child_process_security_policy.h"
+#include "content/common/file_utilities_messages.h"
-
FileUtilitiesMessageFilter::FileUtilitiesMessageFilter(int process_id)
: process_id_(process_id) {
}
« no previous file with comments | « content/browser/mime_registry_message_filter.cc ('k') | content/common/content_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698