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

Unified Diff: components/drive/resource_metadata_storage.cc

Issue 1215503010: OBSOLETE: Move (most of) chrome/browser/chromeos/drive into components/drive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@drive-componentize-service
Patch Set: Created 5 years, 6 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/resource_metadata_storage.cc
diff --git a/chrome/browser/chromeos/drive/resource_metadata_storage.cc b/components/drive/resource_metadata_storage.cc
similarity index 99%
rename from chrome/browser/chromeos/drive/resource_metadata_storage.cc
rename to components/drive/resource_metadata_storage.cc
index 3b430912162a2b3b6d30e0e12b529d65688e3ad9..fbba7a9f9622d6f70dffe6d7f78a6dbdc6bf37f2 100644
--- a/chrome/browser/chromeos/drive/resource_metadata_storage.cc
+++ b/components/drive/resource_metadata_storage.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/resource_metadata_storage.h"
+#include "components/drive/resource_metadata_storage.h"
#include <map>
#include <set>
@@ -16,7 +16,7 @@
#include "base/metrics/sparse_histogram.h"
#include "base/sequenced_task_runner.h"
#include "base/threading/thread_restrictions.h"
-#include "chrome/browser/chromeos/drive/drive.pb.h"
+#include "components/drive/drive.pb.h"
#include "components/drive/drive_api_util.h"
#include "third_party/leveldatabase/env_chromium.h"
#include "third_party/leveldatabase/src/include/leveldb/db.h"

Powered by Google App Engine
This is Rietveld 408576698