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

Unified Diff: chrome/browser/password_manager/password_manager_util_mac.mm

Issue 469993006: Use a qualified path for chromium_strings, google_chrome_strings, and generated_resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/password_manager/password_manager_util_mac.mm
diff --git a/chrome/browser/password_manager/password_manager_util_mac.mm b/chrome/browser/password_manager/password_manager_util_mac.mm
index 9bbf02aca0f4d114b8a84726a720b1856442e56a..f47f11615875f31495c753abfceb20c1e51fa730 100644
--- a/chrome/browser/password_manager/password_manager_util_mac.mm
+++ b/chrome/browser/password_manager/password_manager_util_mac.mm
@@ -4,15 +4,15 @@
#include "chrome/browser/password_manager/password_manager_util.h"
-#import <Foundation/Foundation.h>
#include <CoreFoundation/CoreFoundation.h>
+#import <Foundation/Foundation.h>
#include <Security/Authorization.h>
#include "base/basictypes.h"
#include "base/mac/authorization_util.h"
#include "base/mac/foundation_util.h"
#include "base/mac/scoped_authorizationref.h"
-#include "grit/chromium_strings.h"
+#include "chrome/grit/chromium_strings.h"
#include "ui/base/l10n/l10n_util.h"
namespace password_manager_util {

Powered by Google App Engine
This is Rietveld 408576698