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

Side by Side Diff: chrome/browser/sync/test/test_http_bridge_factory.h

Issue 10689154: Remove #pragma once from chrome/browser/sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | Annotate | Revision Log
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 #ifndef CHROME_BROWSER_SYNC_TEST_TEST_HTTP_BRIDGE_FACTORY_H_ 5 #ifndef CHROME_BROWSER_SYNC_TEST_TEST_HTTP_BRIDGE_FACTORY_H_
6 #define CHROME_BROWSER_SYNC_TEST_TEST_HTTP_BRIDGE_FACTORY_H_ 6 #define CHROME_BROWSER_SYNC_TEST_TEST_HTTP_BRIDGE_FACTORY_H_
7 #pragma once
8 7
9 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
10 #include "sync/internal_api/public/http_post_provider_factory.h" 9 #include "sync/internal_api/public/http_post_provider_factory.h"
11 #include "sync/internal_api/public/http_post_provider_interface.h" 10 #include "sync/internal_api/public/http_post_provider_interface.h"
12 11
13 namespace browser_sync { 12 namespace browser_sync {
14 13
15 class TestHttpBridge : public syncer::HttpPostProviderInterface { 14 class TestHttpBridge : public syncer::HttpPostProviderInterface {
16 public: 15 public:
17 // Begin syncer::HttpPostProviderInterface implementation: 16 // Begin syncer::HttpPostProviderInterface implementation:
(...skipping 25 matching lines...) Expand all
43 virtual ~TestHttpBridgeFactory(); 42 virtual ~TestHttpBridgeFactory();
44 43
45 // syncer::HttpPostProviderFactory: 44 // syncer::HttpPostProviderFactory:
46 virtual syncer::HttpPostProviderInterface* Create() OVERRIDE; 45 virtual syncer::HttpPostProviderInterface* Create() OVERRIDE;
47 virtual void Destroy(syncer::HttpPostProviderInterface* http) OVERRIDE; 46 virtual void Destroy(syncer::HttpPostProviderInterface* http) OVERRIDE;
48 }; 47 };
49 48
50 } // namespace browser_sync 49 } // namespace browser_sync
51 50
52 #endif // CHROME_BROWSER_SYNC_TEST_TEST_HTTP_BRIDGE_FACTORY_H_ 51 #endif // CHROME_BROWSER_SYNC_TEST_TEST_HTTP_BRIDGE_FACTORY_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/integration/typed_urls_helper.h ('k') | chrome/browser/sync/test_profile_sync_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698