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

Unified Diff: chrome/browser/chromeos/file_manager/url_util.cc

Issue 23945002: file_manager: Move non-binding code to c/b/chromeos/file_manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 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: chrome/browser/chromeos/file_manager/url_util.cc
diff --git a/chrome/browser/chromeos/extensions/file_manager/url_util.cc b/chrome/browser/chromeos/file_manager/url_util.cc
similarity index 96%
rename from chrome/browser/chromeos/extensions/file_manager/url_util.cc
rename to chrome/browser/chromeos/file_manager/url_util.cc
index 5f178fb1479503aaf985ab4e24ec1e0553de26d3..fecf759a1e8b754ef614f87ba0bf2e7ca0989fe0 100644
--- a/chrome/browser/chromeos/extensions/file_manager/url_util.cc
+++ b/chrome/browser/chromeos/file_manager/url_util.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/chromeos/extensions/file_manager/url_util.h"
+#include "chrome/browser/chromeos/file_manager/url_util.h"
#include "base/json/json_writer.h"
#include "base/values.h"
-#include "chrome/browser/chromeos/extensions/file_manager/app_id.h"
+#include "chrome/browser/chromeos/file_manager/app_id.h"
#include "net/base/escape.h"
namespace file_manager {
« no previous file with comments | « chrome/browser/chromeos/file_manager/url_util.h ('k') | chrome/browser/chromeos/file_manager/url_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698