Chromium Code Reviews| 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 dee5295a31c14371f3014f5a403b48d892a37429..cf65254d446ccb10b1d876fc7c3a403b8792a35b 100644 |
| --- a/chrome/browser/chromeos/gdata/gdata_wapi_parser_unittest.cc |
| +++ b/chrome/browser/google_apis/gdata_wapi_parser_unittest.cc |
| @@ -2,18 +2,19 @@ |
| // 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" |
| #include "base/json/json_file_value_serializer.h" |
| +#include "base/logging.h" |
|
satorux1
2012/09/16 15:46:33
why did you add this? when moving files, please re
nhiroki
2012/09/16 16:12:56
NOTREACHED macro (line 43) is defined in logging.h
nhiroki
2012/09/16 16:42:02
I made the patch http://codereview.chromium.org/10
|
| #include "base/path_service.h" |
| #include "base/string16.h" |
| #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" |