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

Side by Side Diff: webkit/browser/database/database_util.h

Issue 16434010: Use a direct include of strings headers in webkit/, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « webkit/browser/database/database_tracker.h ('k') | webkit/browser/database/databases_table.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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 WEBKIT_BROWSER_DATABASE_DATABASE_UTIL_H_ 5 #ifndef WEBKIT_BROWSER_DATABASE_DATABASE_UTIL_H_
6 #define WEBKIT_BROWSER_DATABASE_DATABASE_UTIL_H_ 6 #define WEBKIT_BROWSER_DATABASE_DATABASE_UTIL_H_
7 7
8 #include "base/string16.h" 8 #include "base/strings/string16.h"
9 #include "googleurl/src/gurl.h" 9 #include "googleurl/src/gurl.h"
10 #include "webkit/storage/webkit_storage_export.h" 10 #include "webkit/storage/webkit_storage_export.h"
11 11
12 namespace base { 12 namespace base {
13 class FilePath; 13 class FilePath;
14 } 14 }
15 15
16 namespace webkit_database { 16 namespace webkit_database {
17 17
18 class DatabaseTracker; 18 class DatabaseTracker;
(...skipping 10 matching lines...) Expand all
29 base::string16* sqlite_suffix); 29 base::string16* sqlite_suffix);
30 static base::FilePath GetFullFilePathForVfsFile( 30 static base::FilePath GetFullFilePathForVfsFile(
31 DatabaseTracker* db_tracker, 31 DatabaseTracker* db_tracker,
32 const base::string16& vfs_file_name); 32 const base::string16& vfs_file_name);
33 static bool IsValidOriginIdentifier(const base::string16& origin_identifier); 33 static bool IsValidOriginIdentifier(const base::string16& origin_identifier);
34 }; 34 };
35 35
36 } // namespace webkit_database 36 } // namespace webkit_database
37 37
38 #endif // WEBKIT_BROWSER_DATABASE_DATABASE_UTIL_H_ 38 #endif // WEBKIT_BROWSER_DATABASE_DATABASE_UTIL_H_
OLDNEW
« no previous file with comments | « webkit/browser/database/database_tracker.h ('k') | webkit/browser/database/databases_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698