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

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: Created 7 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/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 96%
rename from content/renderer/pepper/quota_file_io.h
rename to content/browser/renderer_host/pepper/quota_file_io.h
index e1ec4c104e7d601d336b2ae88f8781d94ec5fd96..9f3c3c740dee85673dbf2a1aebda1caae52983b4 100644
--- a/content/renderer/pepper/quota_file_io.h
+++ b/content/browser/renderer_host/pepper/quota_file_io.h
@@ -2,8 +2,8 @@
// 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