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

Unified Diff: chrome_frame/test_utils.h

Issue 113143006: Add base:: to string16 in chrome_frame/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
« no previous file with comments | « chrome_frame/test/ui_test.cc ('k') | chrome_frame/test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test_utils.h
diff --git a/chrome_frame/test_utils.h b/chrome_frame/test_utils.h
index 804f069f73ae95f0e9681598b47c2d8303d493b2..a6852f399d8fd4b7d17c92c5913f2b2eaf2084fb 100644
--- a/chrome_frame/test_utils.h
+++ b/chrome_frame/test_utils.h
@@ -71,7 +71,7 @@ class ScopedChromeFrameRegistrar {
// The string "--call-registration-entrypoint".
static const wchar_t kCallRegistrationEntrypointSwitch[];
- static void DoRegistration(const string16& path,
+ static void DoRegistration(const base::string16& path,
RegistrationType registration_type,
RegistrationOperation registration_operation);
« no previous file with comments | « chrome_frame/test/ui_test.cc ('k') | chrome_frame/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698