summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/file_callbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/plugins/ppapi/file_callbacks.h')
-rw-r--r--webkit/plugins/ppapi/file_callbacks.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/plugins/ppapi/file_callbacks.h b/webkit/plugins/ppapi/file_callbacks.h
index 4408b17..284ff61 100644
--- a/webkit/plugins/ppapi/file_callbacks.h
+++ b/webkit/plugins/ppapi/file_callbacks.h
@@ -1,13 +1,13 @@
-// 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.
#ifndef WEBKIT_PLUGINS_PPAPI_FILE_CALLBACKS_H_
#define WEBKIT_PLUGINS_PPAPI_FILE_CALLBACKS_H_
+#include "base/memory/ref_counted.h"
+#include "base/memory/weak_ptr.h"
#include "base/platform_file.h"
-#include "base/ref_counted.h"
-#include "base/weak_ptr.h"
#include "ppapi/c/pp_completion_callback.h"
#include "ppapi/c/pp_resource.h"
#include "webkit/fileapi/file_system_callback_dispatcher.h"