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

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

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
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 <string> 5 #include <string>
6 6
7 #include "base/pickle.h" 7 #include "base/pickle.h"
8 #include "base/string_util.h" 8 #include "base/strings/string_util.h"
9 #include "testing/gtest/include/gtest/gtest.h" 9 #include "testing/gtest/include/gtest/gtest.h"
10 #include "third_party/WebKit/public/platform/WebHTTPBody.h" 10 #include "third_party/WebKit/public/platform/WebHTTPBody.h"
11 #include "third_party/WebKit/public/platform/WebPoint.h" 11 #include "third_party/WebKit/public/platform/WebPoint.h"
12 #include "third_party/WebKit/public/platform/WebVector.h" 12 #include "third_party/WebKit/public/platform/WebVector.h"
13 #include "ui/gfx/screen.h" 13 #include "ui/gfx/screen.h"
14 #include "webkit/base/file_path_string_conversions.h" 14 #include "webkit/base/file_path_string_conversions.h"
15 #include "webkit/glue/glue_serialize_deprecated.h" 15 #include "webkit/glue/glue_serialize_deprecated.h"
16 #include "webkit/glue/web_io_operators.h" 16 #include "webkit/glue/web_io_operators.h"
17 17
18 using WebKit::WebData; 18 using WebKit::WebData;
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 320
321 ASSERT_FALSE(item1.isNull()); 321 ASSERT_FALSE(item1.isNull());
322 ASSERT_FALSE(item2.isNull()); 322 ASSERT_FALSE(item2.isNull());
323 323
324 // Form data was not removed. 324 // Form data was not removed.
325 HistoryItemExpectEqual(item1, item2, 325 HistoryItemExpectEqual(item1, item2,
326 webkit_glue::HistoryItemCurrentVersion()); 326 webkit_glue::HistoryItemCurrentVersion());
327 } 327 }
328 328
329 } // namespace 329 } // namespace
OLDNEW
« no previous file with comments | « webkit/glue/ftp_directory_listing_response_delegate.cc ('k') | webkit/glue/multipart_response_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698