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

Unified Diff: chrome/browser/google_apis/gdata_test_util.cc

Issue 10920091: Move Drive API files to google_apis directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable some tests Created 8 years, 3 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/google_apis/gdata_test_util.cc
diff --git a/chrome/browser/chromeos/gdata/gdata_test_util.cc b/chrome/browser/google_apis/gdata_test_util.cc
similarity index 97%
rename from chrome/browser/chromeos/gdata/gdata_test_util.cc
rename to chrome/browser/google_apis/gdata_test_util.cc
index 145ec106fd1ea9acf3f42289b83fc1e5c01520e2..a38b101f2924b7b9e2fe94813c90018f28605400 100644
--- a/chrome/browser/chromeos/gdata/gdata_test_util.cc
+++ b/chrome/browser/google_apis/gdata_test_util.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/gdata/gdata_test_util.h"
+#include "chrome/browser/google_apis/gdata_test_util.h"
#include "base/file_util.h"
#include "base/json/json_file_value_serializer.h"
@@ -13,7 +13,6 @@
#include "content/public/browser/browser_thread.h"
#include "testing/gtest/include/gtest/gtest.h"
-
namespace gdata {
namespace test_util {
@@ -61,7 +60,6 @@ void RunBlockingPoolTask() {
}
}
-
scoped_ptr<base::Value> LoadJSONFile(const std::string& relative_path) {
FilePath path = GetTestFilePath(relative_path);

Powered by Google App Engine
This is Rietveld 408576698