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

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

Issue 521009: Clarify licenses on a bunch of files. (Closed)
Patch Set: Created 10 years, 11 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
OLDNEW
1 // Copyright (c) 2009 The Chromium Authos. All rights reserved. 1 // Copyright (c) 2009 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/scoped_ptr.h" 7 #include "base/scoped_ptr.h"
8 #include "base/scoped_temp_dir.h" 8 #include "base/scoped_temp_dir.h"
9 #include "base/string_util.h" 9 #include "base/string_util.h"
10 #include "testing/gtest/include/gtest/gtest.h" 10 #include "testing/gtest/include/gtest/gtest.h"
11 #include "webkit/database/database_tracker.h" 11 #include "webkit/database/database_tracker.h"
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 // DatabaseModified() still calls the observers with correct values. 171 // DatabaseModified() still calls the observers with correct values.
172 tracker->CloseTrackerDatabaseAndClearCaches(); 172 tracker->CloseTrackerDatabaseAndClearCaches();
173 tracker->DatabaseModified(kOrigin1, kDB3); 173 tracker->DatabaseModified(kOrigin1, kDB3);
174 CheckNotificationReceived(&observer1, kOrigin1, kDB3, 6, kDefaultQuota - 11); 174 CheckNotificationReceived(&observer1, kOrigin1, kDB3, 6, kDefaultQuota - 11);
175 175
176 // Clean up. 176 // Clean up.
177 tracker->RemoveObserver(&observer1); 177 tracker->RemoveObserver(&observer1);
178 } 178 }
179 179
180 } // namespace webkit_database 180 } // namespace webkit_database
OLDNEW
« no previous file with comments | « webkit/appcache/mock_appcache_storage_unittest.cc ('k') | webkit/database/database_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698