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

Unified Diff: components/drive/drive_pref_names.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/drive_pref_names.cc
diff --git a/chrome/browser/chromeos/drive/drive_pref_names.cc b/components/drive/drive_pref_names.cc
similarity index 93%
rename from chrome/browser/chromeos/drive/drive_pref_names.cc
rename to components/drive/drive_pref_names.cc
index 7ec379f91b67c06fa79bb6193d96e4472e1cd00d..352e6cf3729f0cc97557d7cf20c4fdc969851a9f 100644
--- a/chrome/browser/chromeos/drive/drive_pref_names.cc
+++ b/components/drive/drive_pref_names.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/drive_pref_names.h"
+#include "components/drive/drive_pref_names.h"
namespace drive {
namespace prefs {

Powered by Google App Engine
This is Rietveld 408576698