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

Side by Side Diff: chrome/browser/safe_browsing/safe_browsing_util.h

Issue 2890: Include chrome/browser/SConscript in Linux build.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 3 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) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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 // Utilities for the SafeBrowsing code. 5 // Utilities for the SafeBrowsing code.
6 6
7 #ifndef CHROME_BROWSER_SAFE_BROWSING_UTIL_H__ 7 #ifndef CHROME_BROWSER_SAFE_BROWSING_UTIL_H__
8 #define CHROME_BROWSER_SAFE_BROWSING_UTIL_H__ 8 #define CHROME_BROWSER_SAFE_BROWSING_UTIL_H__
9 9
10 #include <string.h>
11
10 #include <deque> 12 #include <deque>
11 #include <string> 13 #include <string>
12 #include <vector> 14 #include <vector>
13 15
14 #include "base/scoped_ptr.h" 16 #include "base/scoped_ptr.h"
15 #include "chrome/browser/safe_browsing/chunk_range.h" 17 #include "chrome/browser/safe_browsing/chunk_range.h"
16 18
17 class GURL; 19 class GURL;
18 20
19 //#define SB_LOGGING_ENABLED 21 //#define SB_LOGGING_ENABLED
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 const char* data, 294 const char* data,
293 int data_length); 295 int data_length);
294 296
295 GURL GeneratePhishingReportUrl(const std::string& report_page, 297 GURL GeneratePhishingReportUrl(const std::string& report_page,
296 const std::string& url_to_report); 298 const std::string& url_to_report);
297 299
298 } // namespace safe_browsing_util 300 } // namespace safe_browsing_util
299 301
300 #endif // CHROME_BROWSER_SAFE_BROWSING_UTIL_H__ 302 #endif // CHROME_BROWSER_SAFE_BROWSING_UTIL_H__
301 303
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/protocol_parser.cc ('k') | chrome/browser/safe_browsing/safe_browsing_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698