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

Side by Side Diff: webkit/glue/webpreferences.cc

Issue 15937016: Update refernces to Blink's Platform API (webkit) (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/glue/webkitplatformsupport_impl.cc ('k') | webkit/glue/websocketstreamhandle_impl.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) 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 #include "webkit/glue/webpreferences.h" 5 #include "webkit/glue/webpreferences.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 #include "base/string_util.h" 8 #include "base/string_util.h"
9 #include "base/utf_string_conversions.h" 9 #include "base/utf_string_conversions.h"
10 #include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h" 10 #include "third_party/WebKit/public/platform/WebSize.h"
11 #include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" 11 #include "third_party/WebKit/public/platform/WebString.h"
12 #include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h" 12 #include "third_party/WebKit/public/platform/WebURL.h"
13 #include "third_party/WebKit/Source/WebKit/chromium/public/WebNetworkStateNotifi er.h" 13 #include "third_party/WebKit/Source/WebKit/chromium/public/WebNetworkStateNotifi er.h"
14 #include "third_party/WebKit/Source/WebKit/chromium/public/WebRuntimeFeatures.h" 14 #include "third_party/WebKit/Source/WebKit/chromium/public/WebRuntimeFeatures.h"
15 #include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h" 15 #include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h"
16 #include "third_party/WebKit/Source/WebKit/chromium/public/WebSettings.h" 16 #include "third_party/WebKit/Source/WebKit/chromium/public/WebSettings.h"
17 #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" 17 #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
18 #include "third_party/icu/public/common/unicode/uchar.h" 18 #include "third_party/icu/public/common/unicode/uchar.h"
19 #include "webkit/glue/webkit_glue.h" 19 #include "webkit/glue/webkit_glue.h"
20 20
21 using WebKit::WebNetworkStateNotifier; 21 using WebKit::WebNetworkStateNotifier;
22 using WebKit::WebRuntimeFeatures; 22 using WebKit::WebRuntimeFeatures;
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 COMPILE_ASSERT_MATCHING_ENUMS( 493 COMPILE_ASSERT_MATCHING_ENUMS(
494 webkit_glue::EDITING_BEHAVIOR_MAC, WebSettings::EditingBehaviorMac); 494 webkit_glue::EDITING_BEHAVIOR_MAC, WebSettings::EditingBehaviorMac);
495 COMPILE_ASSERT_MATCHING_ENUMS( 495 COMPILE_ASSERT_MATCHING_ENUMS(
496 webkit_glue::EDITING_BEHAVIOR_WIN, WebSettings::EditingBehaviorWin); 496 webkit_glue::EDITING_BEHAVIOR_WIN, WebSettings::EditingBehaviorWin);
497 COMPILE_ASSERT_MATCHING_ENUMS( 497 COMPILE_ASSERT_MATCHING_ENUMS(
498 webkit_glue::EDITING_BEHAVIOR_UNIX, WebSettings::EditingBehaviorUnix); 498 webkit_glue::EDITING_BEHAVIOR_UNIX, WebSettings::EditingBehaviorUnix);
499 COMPILE_ASSERT_MATCHING_ENUMS( 499 COMPILE_ASSERT_MATCHING_ENUMS(
500 webkit_glue::EDITING_BEHAVIOR_ANDROID, WebSettings::EditingBehaviorAndroid); 500 webkit_glue::EDITING_BEHAVIOR_ANDROID, WebSettings::EditingBehaviorAndroid);
501 501
502 } // namespace webkit_glue 502 } // namespace webkit_glue
OLDNEW
« no previous file with comments | « webkit/glue/webkitplatformsupport_impl.cc ('k') | webkit/glue/websocketstreamhandle_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698