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

Unified Diff: content/browser/renderer_host/pepper/quota_file_io_unittest.cc

Issue 33053002: Pepper: Move FileIO host from renderer to browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 1 month 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/pepper/quota_file_io_unittest.cc
diff --git a/content/renderer/pepper/quota_file_io_unittest.cc b/content/browser/renderer_host/pepper/quota_file_io_unittest.cc
similarity index 99%
rename from content/renderer/pepper/quota_file_io_unittest.cc
rename to content/browser/renderer_host/pepper/quota_file_io_unittest.cc
index f1d7a59aec793e2e39abe6f5d1ee2a07e4c16ad6..bcc08d3434876c2cd32162a9b11f3781bdddc30b 100644
--- a/content/renderer/pepper/quota_file_io_unittest.cc
+++ b/content/browser/renderer_host/pepper/quota_file_io_unittest.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright 2013 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.
@@ -13,7 +13,7 @@
#include "base/memory/weak_ptr.h"
#include "base/message_loop/message_loop.h"
#include "base/platform_file.h"
-#include "content/renderer/pepper/quota_file_io.h"
+#include "content/browser/renderer_host/pepper/quota_file_io.h"
#include "content/test/ppapi_unittest.h"
using base::MessageLoopProxy;
« no previous file with comments | « content/browser/renderer_host/pepper/quota_file_io.cc ('k') | content/browser/renderer_host/render_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698