diff options
Diffstat (limited to 'content/shell/shell.h')
-rw-r--r-- | content/shell/shell.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/shell/shell.h b/content/shell/shell.h index fb1c5c6..736bd3f 100644 --- a/content/shell/shell.h +++ b/content/shell/shell.h @@ -10,9 +10,9 @@ #include "base/basictypes.h" #include "base/callback_forward.h" #include "base/memory/scoped_ptr.h" -#include "base/string_piece.h" -#include "content/public/browser/notification_registrar.h" +#include "base/strings/string_piece.h" #include "content/public/browser/notification_observer.h" +#include "content/public/browser/notification_registrar.h" #include "content/public/browser/web_contents_delegate.h" #include "ipc/ipc_channel.h" #include "ui/gfx/native_widget_types.h" |