Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3487)

Unified Diff: chrome/browser/chrome_browser_application_mac_unittest.mm

Issue 345051: Cleans up our autorelease handling so that we don't create a layered ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698