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

Side by Side Diff: webkit/database/database_tracker_unittest.cc

Issue 7048007: Move scoped_temp_dir and scoped_native_library back from base/memory to base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unknwn Created 9 years, 7 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) 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 #include "base/file_path.h" 5 #include "base/file_path.h"
6 #include "base/file_util.h" 6 #include "base/file_util.h"
7 #include "base/memory/scoped_ptr.h" 7 #include "base/memory/scoped_ptr.h"
8 #include "base/memory/scoped_temp_dir.h" 8 #include "base/scoped_temp_dir.h"
9 #include "base/time.h" 9 #include "base/time.h"
10 #include "base/utf_string_conversions.h" 10 #include "base/utf_string_conversions.h"
11 #include "net/base/net_errors.h" 11 #include "net/base/net_errors.h"
12 #include "net/base/test_completion_callback.h" 12 #include "net/base/test_completion_callback.h"
13 #include "testing/gtest/include/gtest/gtest.h" 13 #include "testing/gtest/include/gtest/gtest.h"
14 #include "webkit/database/database_tracker.h" 14 #include "webkit/database/database_tracker.h"
15 #include "webkit/database/database_util.h" 15 #include "webkit/database/database_util.h"
16 #include "webkit/quota/quota_manager.h" 16 #include "webkit/quota/quota_manager.h"
17 #include "webkit/quota/special_storage_policy.h" 17 #include "webkit/quota/special_storage_policy.h"
18 18
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 TEST(DatabaseTrackerTest, DatabaseTrackerIncognitoMode) { 598 TEST(DatabaseTrackerTest, DatabaseTrackerIncognitoMode) {
599 DatabaseTracker_TestHelper_Test::TestDatabaseTracker(true); 599 DatabaseTracker_TestHelper_Test::TestDatabaseTracker(true);
600 } 600 }
601 601
602 TEST(DatabaseTrackerTest, DatabaseTrackerQuotaIntegration) { 602 TEST(DatabaseTrackerTest, DatabaseTrackerQuotaIntegration) {
603 // There is no difference in behavior between incognito and not. 603 // There is no difference in behavior between incognito and not.
604 DatabaseTracker_TestHelper_Test::DatabaseTrackerQuotaIntegration(); 604 DatabaseTracker_TestHelper_Test::DatabaseTrackerQuotaIntegration();
605 } 605 }
606 606
607 } // namespace webkit_database 607 } // namespace webkit_database
OLDNEW
« no previous file with comments | « webkit/blob/deletable_file_reference_unittest.cc ('k') | webkit/fileapi/file_system_dir_url_request_job_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698