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

Unified Diff: components/drive/file_errors.cc

Issue 1246753003: Move a subset of chrome/browser/chromeos/drive into components/drive (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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: components/drive/file_errors.cc
diff --git a/chrome/browser/chromeos/drive/file_errors.cc b/components/drive/file_errors.cc
similarity index 98%
rename from chrome/browser/chromeos/drive/file_errors.cc
rename to components/drive/file_errors.cc
index 1fb57c9d5c29c1c1647fc31ce5c74c222fa86115..2c49448a401ed46ca3e41fbad7c515f86fa092ca 100644
--- a/chrome/browser/chromeos/drive/file_errors.cc
+++ b/components/drive/file_errors.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/file_errors.h"
+#include "components/drive/file_errors.h"
#include "base/logging.h"

Powered by Google App Engine
This is Rietveld 408576698