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

Unified Diff: webkit/browser/fileapi/isolated_context.cc

Issue 15994002: Move more browser-specific webkit/fileapi code to webkit/browser/fileapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « webkit/browser/fileapi/isolated_context.h ('k') | webkit/browser/fileapi/isolated_context_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/fileapi/isolated_context.cc
diff --git a/webkit/fileapi/isolated_context.cc b/webkit/browser/fileapi/isolated_context.cc
similarity index 99%
rename from webkit/fileapi/isolated_context.cc
rename to webkit/browser/fileapi/isolated_context.cc
index 5abd3d6ef9b99e63ef2ec3fd6e24f3c56342b318..978ca0f2092fa56bbb33d724a86a66bb0bb739ca 100644
--- a/webkit/fileapi/isolated_context.cc
+++ b/webkit/browser/fileapi/isolated_context.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/fileapi/isolated_context.h"
+#include "webkit/browser/fileapi/isolated_context.h"
#include "base/basictypes.h"
#include "base/files/file_path.h"
« no previous file with comments | « webkit/browser/fileapi/isolated_context.h ('k') | webkit/browser/fileapi/isolated_context_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698