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

Unified Diff: chrome/browser/cocoa/content_blocked_bubble_controller_unittest.mm

Issue 650124: Mac: Move prefs around in preparation for the content settings window. (Closed)
Patch Set: done? Created 10 years, 10 months 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/cocoa/content_blocked_bubble_controller_unittest.mm
diff --git a/chrome/browser/cocoa/content_blocked_bubble_controller_unittest.mm b/chrome/browser/cocoa/content_blocked_bubble_controller_unittest.mm
index e78508a5d2b98c534db3b044401bca37104916e6..2f82706bd0c53907ae55c7b6fe3103320330c806 100644
--- a/chrome/browser/cocoa/content_blocked_bubble_controller_unittest.mm
+++ b/chrome/browser/cocoa/content_blocked_bubble_controller_unittest.mm
@@ -4,9 +4,10 @@
#import <Cocoa/Cocoa.h>
+#import "chrome/browser/cocoa/content_blocked_bubble_controller.h"
viettrungluu 2010/02/22 00:57:40 Shouldn't this go before even the #import <Cocoa/C
+
#include "base/scoped_nsobject.h"
#import "chrome/browser/cocoa/cocoa_test_helper.h"
-#import "chrome/browser/cocoa/content_blocked_bubble_controller.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace {

Powered by Google App Engine
This is Rietveld 408576698