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

Unified Diff: chrome/browser/ui/cocoa/profiles/avatar_label_button.mm

Issue 229163004: [Mac] Move profile related UI from cocoa/browser to cocoa/profiles (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: oops forgot a comment Created 6 years, 8 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/profiles/avatar_label_button.mm
diff --git a/chrome/browser/ui/cocoa/browser/avatar_label_button.mm b/chrome/browser/ui/cocoa/profiles/avatar_label_button.mm
similarity index 98%
rename from chrome/browser/ui/cocoa/browser/avatar_label_button.mm
rename to chrome/browser/ui/cocoa/profiles/avatar_label_button.mm
index 47888db942e6e8b54e6b9c19a088f7e6400e8a01..db77655d4f2458543cfbc601ce220cc88ea143bc 100644
--- a/chrome/browser/ui/cocoa/browser/avatar_label_button.mm
+++ b/chrome/browser/ui/cocoa/profiles/avatar_label_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/browser/avatar_label_button.h"
+#import "chrome/browser/ui/cocoa/profiles/avatar_label_button.h"
#include "chrome/browser/themes/theme_properties.h"
#include "chrome/browser/ui/cocoa/themed_window.h"

Powered by Google App Engine
This is Rietveld 408576698