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

Unified Diff: chrome/browser/ui/cocoa/page_info/split_block_button.mm

Issue 2741933003: Move Cocoa Page Info UI code to its own folder. (Closed)
Patch Set: Fixin' more unit tests BUILD paths (does mass_rename.py just not pick those up? => crbug.com/701529) Created 3 years, 9 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/ui/cocoa/page_info/split_block_button.mm
diff --git a/chrome/browser/ui/cocoa/website_settings/split_block_button.mm b/chrome/browser/ui/cocoa/page_info/split_block_button.mm
similarity index 99%
rename from chrome/browser/ui/cocoa/website_settings/split_block_button.mm
rename to chrome/browser/ui/cocoa/page_info/split_block_button.mm
index ba0939c73f8c3c48009843c474793672995d3fd2..9b4f51a82b717cb5d858d1440c951435ee47cb72 100644
--- a/chrome/browser/ui/cocoa/website_settings/split_block_button.mm
+++ b/chrome/browser/ui/cocoa/page_info/split_block_button.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "chrome/browser/ui/cocoa/website_settings/split_block_button.h"
+#import "chrome/browser/ui/cocoa/page_info/split_block_button.h"
#include <cmath>

Powered by Google App Engine
This is Rietveld 408576698