| Index: ppapi/shared_impl/dir_contents.h
|
| ===================================================================
|
| --- ppapi/shared_impl/dir_contents.h (revision 140403)
|
| +++ ppapi/shared_impl/dir_contents.h (working copy)
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_PLUGINS_PPAPI_DIR_CONTENTS_H_
|
| -#define WEBKIT_PLUGINS_PPAPI_DIR_CONTENTS_H_
|
| +#ifndef PPAPI_SHARED_IMPL_DIR_CONTENTS_H_
|
| +#define PPAPI_SHARED_IMPL_DIR_CONTENTS_H_
|
|
|
| +
|
| #include <vector>
|
|
|
| #include "base/file_path.h"
|
|
|
| -namespace webkit {
|
| namespace ppapi {
|
|
|
| struct DirEntry {
|
| @@ -20,6 +20,5 @@
|
| typedef std::vector<DirEntry> DirContents;
|
|
|
| } // namespace ppapi
|
| -} // namespace webkit
|
|
|
| -#endif // WEBKIT_PLUGINS_PPAPI_DIR_CONTENTS_H_
|
| +#endif // PPAPI_SHARED_IMPL_DIR_CONTENTS_H_
|
|
|