Chromium Code Reviews| 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" |
|
satorux1
2012/09/16 15:46:33
Please refrain from making unnecessary changes lik
nhiroki
2012/09/16 16:42:02
Done.
|
| - |
| namespace gdata { |
| namespace test_util { |
| @@ -61,7 +60,6 @@ void RunBlockingPoolTask() { |
| } |
| } |
|
satorux1
2012/09/16 15:46:33
ditto
nhiroki
2012/09/16 16:42:02
Done.
|
| - |
| scoped_ptr<base::Value> LoadJSONFile(const std::string& relative_path) { |
| FilePath path = GetTestFilePath(relative_path); |