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

Side by Side Diff: components/component_updater/update_checker.h

Issue 449643002: Componentize component_updater: Move over a bunch of files to the component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_COMPONENT_UPDATER_UPDATE_CHECKER_H_ 5 #ifndef COMPONENTS_COMPONENT_UPDATER_UPDATE_CHECKER_H_
6 #define CHROME_BROWSER_COMPONENT_UPDATER_UPDATE_CHECKER_H_ 6 #define COMPONENTS_COMPONENT_UPDATER_UPDATE_CHECKER_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "base/callback.h" 12 #include "base/callback.h"
13 #include "base/memory/scoped_ptr.h" 13 #include "base/memory/scoped_ptr.h"
14 #include "chrome/browser/component_updater/update_response.h" 14 #include "components/component_updater/update_response.h"
15 15
16 class GURL; 16 class GURL;
17 17
18 namespace net { 18 namespace net {
19 class URLRequestContextGetter; 19 class URLRequestContextGetter;
20 } 20 }
21 21
22 namespace component_updater { 22 namespace component_updater {
23 23
24 class Configurator; 24 class Configurator;
(...skipping 21 matching lines...) Expand all
46 46
47 protected: 47 protected:
48 UpdateChecker() {} 48 UpdateChecker() {}
49 49
50 private: 50 private:
51 DISALLOW_COPY_AND_ASSIGN(UpdateChecker); 51 DISALLOW_COPY_AND_ASSIGN(UpdateChecker);
52 }; 52 };
53 53
54 } // namespace component_updater 54 } // namespace component_updater
55 55
56 #endif // CHROME_BROWSER_COMPONENT_UPDATER_UPDATE_CHECKER_H_ 56 #endif // COMPONENTS_COMPONENT_UPDATER_UPDATE_CHECKER_H_
OLDNEW
« no previous file with comments | « components/component_updater/default_component_installer.cc ('k') | components/component_updater/update_checker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698