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

Side by Side Diff: net/proxy/proxy_config_service_linux.h

Issue 7582007: Fixup bad include and usage of BASE_API, which should be BASE_EXPORT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
« no previous file with comments | « no previous file | sandbox/linux/suid/process_util.h » ('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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 NET_PROXY_PROXY_CONFIG_SERVICE_LINUX_H_ 5 #ifndef NET_PROXY_PROXY_CONFIG_SERVICE_LINUX_H_
6 #define NET_PROXY_PROXY_CONFIG_SERVICE_LINUX_H_ 6 #define NET_PROXY_PROXY_CONFIG_SERVICE_LINUX_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/base_api.h"
13 #include "base/basictypes.h" 12 #include "base/basictypes.h"
14 #include "base/compiler_specific.h" 13 #include "base/compiler_specific.h"
15 #include "base/environment.h" 14 #include "base/environment.h"
16 #include "base/memory/ref_counted.h" 15 #include "base/memory/ref_counted.h"
17 #include "base/memory/scoped_ptr.h" 16 #include "base/memory/scoped_ptr.h"
18 #include "base/message_loop.h" 17 #include "base/message_loop.h"
19 #include "base/observer_list.h" 18 #include "base/observer_list.h"
20 #include "net/base/net_api.h" 19 #include "net/base/net_api.h"
21 #include "net/proxy/proxy_config.h" 20 #include "net/proxy/proxy_config.h"
22 #include "net/proxy/proxy_config_service.h" 21 #include "net/proxy/proxy_config_service.h"
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 294
296 private: 295 private:
297 scoped_refptr<Delegate> delegate_; 296 scoped_refptr<Delegate> delegate_;
298 297
299 DISALLOW_COPY_AND_ASSIGN(ProxyConfigServiceLinux); 298 DISALLOW_COPY_AND_ASSIGN(ProxyConfigServiceLinux);
300 }; 299 };
301 300
302 } // namespace net 301 } // namespace net
303 302
304 #endif // NET_PROXY_PROXY_CONFIG_SERVICE_LINUX_H_ 303 #endif // NET_PROXY_PROXY_CONFIG_SERVICE_LINUX_H_
OLDNEW
« no previous file with comments | « no previous file | sandbox/linux/suid/process_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698