| Index: chrome/browser/ui/cocoa/preferences_window_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/preferences_window_controller.mm b/chrome/browser/ui/cocoa/preferences_window_controller.mm
|
| index 950ec7b3323a9f413b0680e6fdc02b7de5186e5f..84e57215a5032c4e88afe92aa633cc7527268dbb 100644
|
| --- a/chrome/browser/ui/cocoa/preferences_window_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/preferences_window_controller.mm
|
| @@ -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.
|
|
|
| @@ -533,7 +533,7 @@ class ManagedPrefsBannerState : public policy::ManagedPrefsBannerBase {
|
| [animation_ setAnimationBlockingMode:NSAnimationNonblocking];
|
|
|
| // TODO(akalin): handle incognito profiles? The windows version of this
|
| - // (in chrome/browser/views/options/content_page_view.cc) just does what
|
| + // (in chrome/browser/ui/views/options/content_page_view.cc) just does what
|
| // we do below.
|
| syncService_ = profile_->GetProfileSyncService();
|
|
|
|
|