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

Unified Diff: components/drive/local_file_reader_unittest.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/local_file_reader_unittest.cc
diff --git a/chrome/browser/chromeos/drive/local_file_reader_unittest.cc b/components/drive/local_file_reader_unittest.cc
similarity index 96%
rename from chrome/browser/chromeos/drive/local_file_reader_unittest.cc
rename to components/drive/local_file_reader_unittest.cc
index 3636d5570f0b2ed7be33c8f3c4d6671691dd6ea3..65e397eca9465b02526140cebe3656f1ea4aea06 100644
--- a/chrome/browser/chromeos/drive/local_file_reader_unittest.cc
+++ b/components/drive/local_file_reader_unittest.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/local_file_reader.h"
+#include "components/drive/local_file_reader.h"
#include <string>
@@ -13,7 +13,7 @@
#include "base/message_loop/message_loop.h"
#include "base/rand_util.h"
#include "base/threading/thread.h"
-#include "chrome/browser/chromeos/drive/test_util.h"
+#include "components/drive/test_util.h"
#include "google_apis/drive/test_util.h"
#include "net/base/io_buffer.h"
#include "net/base/test_completion_callback.h"

Powered by Google App Engine
This is Rietveld 408576698