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

Side by Side Diff: components/sync_driver/fake_sync_service.h

Issue 1380693004: [Sync] Fixing sync_driver lint violations and adding PRESUBMIT lint check. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cross
Patch Set: Removing lint fixes for revisit files, removing revisit patch dep. 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
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 #ifndef COMPONENTS_SYNC_DRIVER_FAKE_SYNC_SERVICE_H_ 5 #ifndef COMPONENTS_SYNC_DRIVER_FAKE_SYNC_SERVICE_H_
6 #define COMPONENTS_SYNC_DRIVER_FAKE_SYNC_SERVICE_H_ 6 #define COMPONENTS_SYNC_DRIVER_FAKE_SYNC_SERVICE_H_
7 7
8 #include <string>
9
8 #include "components/sync_driver/sync_service.h" 10 #include "components/sync_driver/sync_service.h"
9 #include "google_apis/gaia/google_service_auth_error.h" 11 #include "google_apis/gaia/google_service_auth_error.h"
10 #include "sync/internal_api/public/sessions/sync_session_snapshot.h" 12 #include "sync/internal_api/public/sessions/sync_session_snapshot.h"
11 13
12 namespace syncer { 14 namespace syncer {
13 class BaseTransaction; 15 class BaseTransaction;
14 struct UserShare; 16 struct UserShare;
15 } 17 }
16 18
17 namespace sync_driver { 19 namespace sync_driver {
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 94
93 GoogleServiceAuthError error_; 95 GoogleServiceAuthError error_;
94 GURL sync_service_url_; 96 GURL sync_service_url_;
95 std::string unrecoverable_error_message_; 97 std::string unrecoverable_error_message_;
96 scoped_ptr<syncer::UserShare> user_share_; 98 scoped_ptr<syncer::UserShare> user_share_;
97 }; 99 };
98 100
99 } // namespace sync_driver 101 } // namespace sync_driver
100 102
101 #endif // COMPONENTS_SYNC_DRIVER_FAKE_SYNC_SERVICE_H_ 103 #endif // COMPONENTS_SYNC_DRIVER_FAKE_SYNC_SERVICE_H_
OLDNEW
« no previous file with comments | « components/sync_driver/fake_generic_change_processor.h ('k') | components/sync_driver/favicon_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698