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

Unified Diff: content/browser/renderer_host/pepper/quota_file_io.h

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.h
diff --git a/content/renderer/pepper/quota_file_io.h b/content/browser/renderer_host/pepper/quota_file_io.h
similarity index 94%
rename from content/renderer/pepper/quota_file_io.h
rename to content/browser/renderer_host/pepper/quota_file_io.h
index e1ec4c104e7d601d336b2ae88f8781d94ec5fd96..54229b87a40e3903f664dae99c6fba3ca6b78d37 100644
--- a/content/renderer/pepper/quota_file_io.h
+++ b/content/browser/renderer_host/pepper/quota_file_io.h
@@ -1,9 +1,9 @@
-// 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.
-#ifndef CONTENT_RENDERER_PEPPER_QUOTA_FILE_IO_H_
-#define CONTENT_RENDERER_PEPPER_QUOTA_FILE_IO_H_
+#ifndef CONTENT_BROWSER_RENDERER_HOST_PEPPER_QUOTA_FILE_IO_H_
+#define CONTENT_BROWSER_RENDERER_HOST_PEPPER_QUOTA_FILE_IO_H_
#include <deque>
@@ -124,4 +124,4 @@ class QuotaFileIO {
} // namespace content
-#endif // CONTENT_RENDERER_PEPPER_QUOTA_FILE_IO_H_
+#endif // CONTENT_BROWSER_RENDERER_HOST_PEPPER_QUOTA_FILE_IO_H_

Powered by Google App Engine
This is Rietveld 408576698