| Index: chrome/browser/google_apis/gdata_wapi_parser_unittest.cc
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_wapi_parser_unittest.cc b/chrome/browser/google_apis/gdata_wapi_parser_unittest.cc
|
| similarity index 98%
|
| rename from chrome/browser/chromeos/gdata/gdata_wapi_parser_unittest.cc
|
| rename to chrome/browser/google_apis/gdata_wapi_parser_unittest.cc
|
| index 6ed7b05cfbc83effb3569d2da372285c3cdd2ec5..cf65254d446ccb10b1d876fc7c3a403b8792a35b 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_wapi_parser_unittest.cc
|
| +++ b/chrome/browser/google_apis/gdata_wapi_parser_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/gdata/gdata_wapi_parser.h"
|
| +#include "chrome/browser/google_apis/gdata_wapi_parser.h"
|
|
|
| #include "base/file_path.h"
|
| #include "base/file_util.h"
|
| @@ -13,8 +13,8 @@
|
| #include "base/time.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "base/values.h"
|
| -#include "chrome/browser/chromeos/gdata/gdata_test_util.h"
|
| -#include "chrome/browser/chromeos/gdata/gdata_util.h"
|
| +#include "chrome/browser/google_apis/gdata_test_util.h"
|
| +#include "chrome/browser/google_apis/gdata_util.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/libxml/chromium/libxml_utils.h"
|
|
|