| 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);
|
|
|
|
|