diff options
Diffstat (limited to 'webkit/support/simple_database_system.h')
-rw-r--r-- | webkit/support/simple_database_system.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/support/simple_database_system.h b/webkit/support/simple_database_system.h index 682c123..63cc892 100644 --- a/webkit/support/simple_database_system.h +++ b/webkit/support/simple_database_system.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -7,9 +7,9 @@ #include "base/file_path.h" #include "base/hash_tables.h" +#include "base/memory/ref_counted.h" +#include "base/memory/scoped_temp_dir.h" #include "base/platform_file.h" -#include "base/ref_counted.h" -#include "base/scoped_temp_dir.h" #include "base/string16.h" #include "base/synchronization/lock.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDatabaseObserver.h" |