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

Unified Diff: base/nullable_string16.h

Issue 16667013: Use a direct include of strings headers in base/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
« no previous file with comments | « base/nix/mime_util_xdg.cc ('k') | base/os_compat_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/nullable_string16.h
diff --git a/base/nullable_string16.h b/base/nullable_string16.h
index 6f0718311fb302cece86f03c9a68e88948351ba9..dbcd37c8470ad74758e4d216e07a34b618f05993 100644
--- a/base/nullable_string16.h
+++ b/base/nullable_string16.h
@@ -5,7 +5,7 @@
#ifndef BASE_NULLABLE_STRING16_H_
#define BASE_NULLABLE_STRING16_H_
-#include "base/string16.h"
+#include "base/strings/string16.h"
// This class is a simple wrapper for string16 which also contains a null
// state. This should be used only where the difference between null and
« no previous file with comments | « base/nix/mime_util_xdg.cc ('k') | base/os_compat_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698