diff options
Diffstat (limited to 'chrome/browser/google_apis/gdata_test_util.h')
-rw-r--r-- | chrome/browser/google_apis/gdata_test_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/google_apis/gdata_test_util.h b/chrome/browser/google_apis/gdata_test_util.h index 1c12491..788709e 100644 --- a/chrome/browser/google_apis/gdata_test_util.h +++ b/chrome/browser/google_apis/gdata_test_util.h @@ -17,7 +17,7 @@ namespace base { class Value; } -namespace gdata { +namespace google_apis { namespace test_util { // Runs a task posted to the blocking pool, including subsequent tasks posted @@ -38,6 +38,6 @@ FilePath GetTestFilePath(const std::string& relative_path); scoped_ptr<base::Value> LoadJSONFile(const std::string& relative_path); } // namespace test_util -} // namespace gdata +} // namespace google_apis #endif // CHROME_BROWSER_GOOGLE_APIS_GDATA_TEST_UTIL_H_ |