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

Unified Diff: content/browser/file_system/browser_file_system_helper.cc

Issue 6586001: Move appcache/file_sytem/device_orientation subdirectories of chrome\browser ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 9 years, 10 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/file_system/browser_file_system_helper.cc
===================================================================
--- content/browser/file_system/browser_file_system_helper.cc (revision 75910)
+++ content/browser/file_system/browser_file_system_helper.cc (working copy)
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/file_system/browser_file_system_helper.h"
+#include "content/browser/file_system/browser_file_system_helper.h"
#include "base/file_path.h"
#include "base/command_line.h"
-#include "chrome/browser/browser_thread.h"
#include "chrome/common/chrome_switches.h"
+#include "content/browser/browser_thread.h"
scoped_refptr<fileapi::FileSystemContext> CreateFileSystemContext(
const FilePath& profile_path, bool is_incognito) {
« no previous file with comments | « content/browser/file_system/browser_file_system_helper.h ('k') | content/browser/file_system/file_system_dispatcher_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698