summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/cocoa/js_modal_dialog_cocoa.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/cocoa/js_modal_dialog_cocoa.h')
-rw-r--r--chrome/browser/ui/cocoa/js_modal_dialog_cocoa.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/ui/cocoa/js_modal_dialog_cocoa.h b/chrome/browser/ui/cocoa/js_modal_dialog_cocoa.h
index 9179b04..073e60f 100644
--- a/chrome/browser/ui/cocoa/js_modal_dialog_cocoa.h
+++ b/chrome/browser/ui/cocoa/js_modal_dialog_cocoa.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.
@@ -9,8 +9,8 @@
#include "chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h"
#include "base/logging.h"
-#include "base/scoped_nsobject.h"
-#include "base/scoped_ptr.h"
+#include "base/memory/scoped_nsobject.h"
+#include "base/memory/scoped_ptr.h"
#if __OBJC__
@class NSAlert;