`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
BUG=50273
TEST=everything still builds, build is 10% faster on windows, same speed on mac/linux
TBR: erg
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53716 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/base/string_piece.h b/base/string_piece.h
index 5b4bf40e..70c0480 100644
--- a/base/string_piece.h
+++ b/base/string_piece.h
@@ -17,6 +17,7 @@
#ifndef BASE_STRING_PIECE_H_
#define BASE_STRING_PIECE_H_
+#pragma once
#include <algorithm>
#include <iosfwd>