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

Unified Diff: content/browser/renderer_host/pepper/quota_file_io.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.cc
diff --git a/content/renderer/pepper/quota_file_io.cc b/content/browser/renderer_host/pepper/quota_file_io.cc
similarity index 98%
rename from content/renderer/pepper/quota_file_io.cc
rename to content/browser/renderer_host/pepper/quota_file_io.cc
index af87432fa9f72a54215a2da16dc240951c3ea053..0768574200e974026222bffa88dad9539d46e2d0 100644
--- a/content/renderer/pepper/quota_file_io.cc
+++ b/content/browser/renderer_host/pepper/quota_file_io.cc
@@ -1,8 +1,8 @@
-// Copyright (c) 2012 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.
-#include "content/renderer/pepper/quota_file_io.h"
+#include "content/browser/renderer_host/pepper/quota_file_io.h"
#include <algorithm>
« no previous file with comments | « content/browser/renderer_host/pepper/quota_file_io.h ('k') | content/browser/renderer_host/pepper/quota_file_io_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698