Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Side by Side Diff: components/sync_driver/about_sync_util_unittest.cc

Issue 1414233002: Unify include structure in //components/sync_driver unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | components/sync_driver/device_info_data_type_controller_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "components/sync_driver/about_sync_util.h"
6
5 #include "base/strings/utf_string_conversions.h" 7 #include "base/strings/utf_string_conversions.h"
6 #include "components/sync_driver/about_sync_util.h"
7 #include "components/sync_driver/fake_sync_service.h" 8 #include "components/sync_driver/fake_sync_service.h"
8 #include "components/version_info/version_info.h" 9 #include "components/version_info/version_info.h"
9 #include "sync/internal_api/public/engine/sync_status.h" 10 #include "sync/internal_api/public/engine/sync_status.h"
10 #include "testing/gmock/include/gmock/gmock.h" 11 #include "testing/gmock/include/gmock/gmock.h"
11 #include "testing/gtest/include/gtest/gtest.h" 12 #include "testing/gtest/include/gtest/gtest.h"
12 13
13 using ::testing::NiceMock; 14 using ::testing::NiceMock;
14 using ::testing::Return; 15 using ::testing::Return;
15 using ::testing::_; 16 using ::testing::_;
16 17
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 scoped_ptr<base::DictionaryValue> strings( 49 scoped_ptr<base::DictionaryValue> strings(
49 ConstructAboutInformation(&service, NULL, 50 ConstructAboutInformation(&service, NULL,
50 version_info::Channel::UNKNOWN)); 51 version_info::Channel::UNKNOWN));
51 52
52 EXPECT_TRUE(strings->HasKey("unrecoverable_error_detected")); 53 EXPECT_TRUE(strings->HasKey("unrecoverable_error_detected"));
53 } 54 }
54 55
55 } // namespace 56 } // namespace
56 } // namespace sync_ui_util 57 } // namespace sync_ui_util
57 } // namespace sync_driver 58 } // namespace sync_driver
OLDNEW
« no previous file with comments | « no previous file | components/sync_driver/device_info_data_type_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698