| Index: chrome/browser/chrome_browser_application_mac_unittest.mm
|
| ===================================================================
|
| --- chrome/browser/chrome_browser_application_mac_unittest.mm (revision 30825)
|
| +++ chrome/browser/chrome_browser_application_mac_unittest.mm (working copy)
|
| @@ -5,10 +5,10 @@
|
| #import <Cocoa/Cocoa.h>
|
|
|
| #include "base/histogram.h"
|
| -#import "chrome/browser/chrome_application_mac.h"
|
| +#import "chrome/browser/chrome_browser_application_mac.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace CrApplicationNSException {
|
| +namespace chrome_browser_application_mac {
|
|
|
| // Generate an NSException with the given name.
|
| NSException* ExceptionNamed(NSString* name) {
|
| @@ -78,4 +78,4 @@
|
| EXPECT_EQ(4, sample.counts(kUnknownNSException));
|
| }
|
|
|
| -} // CrApplicationNSException
|
| +} // chrome_browser_application_mac
|
|
|
| Property changes on: chrome/browser/chrome_browser_application_mac_unittest.mm
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|