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

Unified Diff: chrome/browser/chromeos/drive/fileapi/fileapi_worker.cc

Issue 148913005: Create fileapi/ subdirectory under c/b/cros/drive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/drive/fileapi/fileapi_worker.cc
diff --git a/chrome/browser/chromeos/drive/fileapi_worker.cc b/chrome/browser/chromeos/drive/fileapi/fileapi_worker.cc
similarity index 99%
rename from chrome/browser/chromeos/drive/fileapi_worker.cc
rename to chrome/browser/chromeos/drive/fileapi/fileapi_worker.cc
index 54c1a829b82fe98a80e048ef86581e22d989a2d9..64f4691c31a63ea631d0a29fa5165afde73b7a17 100644
--- a/chrome/browser/chromeos/drive/fileapi_worker.cc
+++ b/chrome/browser/chromeos/drive/fileapi/fileapi_worker.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 "chrome/browser/chromeos/drive/fileapi_worker.h"
+#include "chrome/browser/chromeos/drive/fileapi/fileapi_worker.h"
#include "base/files/file_path.h"
#include "base/logging.h"

Powered by Google App Engine
This is Rietveld 408576698