| Index: chrome/browser/ui/cocoa/chrome_to_mobile_bubble_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/chrome_to_mobile_bubble_controller.h b/chrome/browser/ui/cocoa/chrome_to_mobile_bubble_controller.h
|
| index a91db0dab5a56b7285350683edbe9398407e605d..74ca702805d489b18712b26d579cedc6082d826c 100644
|
| --- a/chrome/browser/ui/cocoa/chrome_to_mobile_bubble_controller.h
|
| +++ b/chrome/browser/ui/cocoa/chrome_to_mobile_bubble_controller.h
|
| @@ -10,7 +10,7 @@
|
| #include <vector>
|
|
|
| #include "base/files/file_path.h"
|
| -#include "base/memory/scoped_nsobject.h"
|
| +#include "base/mac/scoped_nsobject.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "chrome/browser/chrome_to_mobile_service.h"
|
| #import "chrome/browser/ui/cocoa/base_bubble_controller.h"
|
| @@ -97,7 +97,7 @@ class ChromeToMobileBubbleNotificationBridge
|
| base::FilePath snapshotPath_;
|
|
|
| // An animation used to cycle through the "Sending..." status messages.
|
| - scoped_nsobject<NSAnimation> progressAnimation_;
|
| + base::scoped_nsobject<NSAnimation> progressAnimation_;
|
| }
|
|
|
| // The owner of this object is responsible for showing the bubble. It is not
|
|
|