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

Unified Diff: chrome/common/extensions/webview_handler.h

Issue 105473003: Add explicit base namespace to string16 users. (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
Index: chrome/common/extensions/webview_handler.h
diff --git a/chrome/common/extensions/webview_handler.h b/chrome/common/extensions/webview_handler.h
index 5d9b53073d239497497b7843dfa110ae8768e14a..2c4858f8f6371fb5a1e1d94dad67a82e697c0658 100644
--- a/chrome/common/extensions/webview_handler.h
+++ b/chrome/common/extensions/webview_handler.h
@@ -40,7 +40,7 @@ class WebviewHandler : public ManifestHandler {
WebviewHandler();
virtual ~WebviewHandler();
- virtual bool Parse(Extension* extension, string16* error) OVERRIDE;
+ virtual bool Parse(Extension* extension, base::string16* error) OVERRIDE;
private:
virtual const std::vector<std::string> Keys() const OVERRIDE;
« no previous file with comments | « chrome/common/extensions/web_accessible_resources_handler.cc ('k') | chrome/common/extensions/webview_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698