| Index: chrome/browser/ui/cocoa/screen_capture_notification_ui_cocoa.h
|
| diff --git a/chrome/browser/ui/cocoa/screen_capture_notification_ui_cocoa.h b/chrome/browser/ui/cocoa/screen_capture_notification_ui_cocoa.h
|
| index 88f2fd64e9e35cf8b3b686f3073662b87f09435c..617f47775c914b41d602e8882bfd8b8eca41858b 100644
|
| --- a/chrome/browser/ui/cocoa/screen_capture_notification_ui_cocoa.h
|
| +++ b/chrome/browser/ui/cocoa/screen_capture_notification_ui_cocoa.h
|
| @@ -2,12 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#ifndef CHROME_BROWSER_UI_COCOA_SCREEN_CAPTURE_NOTIFICATION_UI_COCOA_H_
|
| +#define CHROME_BROWSER_UI_COCOA_SCREEN_CAPTURE_NOTIFICATION_UI_COCOA_H_
|
| +
|
| #import <Cocoa/Cocoa.h>
|
|
|
| #include <string>
|
|
|
| #include "base/callback.h"
|
| -#include "base/gtest_prod_util.h"
|
| #include "base/mac/scoped_nsobject.h"
|
| #include "base/strings/string16.h"
|
| #include "chrome/browser/ui/screen_capture_notification_ui.h"
|
| @@ -45,3 +47,5 @@ class ScreenCaptureNotificationUICocoa : public ScreenCaptureNotificationUI {
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ScreenCaptureNotificationUICocoa);
|
| };
|
| +
|
| +#endif // CHROME_BROWSER_UI_COCOA_SCREEN_CAPTURE_NOTIFICATION_UI_COCOA_H_
|
|
|